Originally posted by sirius
View Post
Code:
nesoni samshrimp: output_directory [options] \
reference.fa/.gbk [...] \
[reads: single.fq | single.fa [...]] \
[interleaved: interleaved.fq | interleaved.fa [...]] \
[pairs: left.fq right.fq | left.fa right.fa] \
[shrimp-options: ...options to pass directly to gmapper-ls... ]
If single end, this is the command you want:
nesoni samshrimp: test_out J_mapper.fasta reads: J.fq
Comment