ABYSS-P running!

30 views
Skip to first unread message

Fuyou Fu

unread,
Apr 28, 2015, 4:28:10 PM4/28/15
to abyss...@googlegroups.com
Hi all,
I am running ABYSS for assembly my DNA sequencing data. But I donot know why my code is not work. My code is following as : 
mpirun -np 6 ABYSS-P -k 64 -o striga lib='st-1 st-7 st-8 st-9 st-14 st-16' st-1='st-1_R1.fastq.gz st-1_R2.fastq.gz' st-7='st-7_R1.fastq.gz st-7_R2.fastq.gz' st-8='st-8_R1.fastq.gz st-8_R2.fastq.gz' st-9='st-9_R1.fastq.gz st-9_R2.fastq.gz' st-14='st-14_R1.fastq.gz st-14_R2.fastq.gz' st-16='st-16_R1.fastq.gz st-16_R2.fastq.gz'
Thanks,
Fuyou

Ben Vandervalk

unread,
Apr 28, 2015, 4:50:32 PM4/28/15
to Fuyou Fu, abyss...@googlegroups.com
Hi Fuyou,

The normal way to run ABySS is with the 'abyss-pe' script, e.g.:

$ abyss-pe k=64 name=striga lib='st-1 st-7 st-8 st-9 st-14 st-16' st-1='st-1_R1.fastq.gz st-1_R2.fastq.gz' st-7='st-7_R1.fastq.gz st-7_R2.fastq.gz' st-8='st-8_R1.fastq.gz st-8_R2.fastq.gz' st-9='st-9_R1.fastq.gz st-9_R2.fastq.gz' st-14='st-14_R1.fastq.gz st-14_R2.fastq.gz' st-16='st-16_R1.fastq.gz st-16_R2.fastq.gz'

You don't need to use 'mpirun' command because it is already inside the script (Makefile). For most cluster environments, the value for 'np' is detected automatically from environment variables in your cluster job.  If not, you can explicitly add 'np=6' to the above command.

See the README.md and 'man abyss-pe' for further info.

- Ben

--
You received this message because you are subscribed to the Google Groups "ABySS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to abyss-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages