Entering edit mode
7 weeks ago
ibq.enriquepola
•
0
Hi all, I am mapping my samples to a reference genome with HISAT2 and I was wondering if it is possible to get the outputs in bam format and also if it is possible to sort by coordinates directly?
Could you help me modify my command?
hisat2 --dta -x genome -1 ../fastq_zea_mays/SRR214880_1.fastq -2 ../fastq_zea_mays/SRR214880_2.fastq -S SRR214880.sam
Thanks so much, what is the function of "\" ?
It's just a line break so I can write code into two lines for readability and structure. It's not necessary for function.