Align multiple Illumina PE reads at once using minimap2?
1
1
Entering edit mode
4.8 years ago
barvazduck ▴ 20

Hi,

How can I align multiple Illumina PE reads at once using minimap2?

I tried something like this: minimap2 -x sr *_1.fq.gz *_2.fq.gz | gzip > prefix.paf.gz

But it did not work.

Thanks, Raz

alignment sequencing minimap2 • 2.3k views
ADD COMMENT
1
Entering edit mode
4.8 years ago

Any specific reason why you want to use minimap to do this? minimap is an aligner for 'long' reads where you have short reads (illumina).

I would suggest to use tools like HiSat2, STAR, BBmap ,... to align illumina PE reads

ADD COMMENT
0
Entering edit mode

Right! Thanks,

Raz

ADD REPLY

Login before adding your answer.

Traffic: 2620 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6