Thanks so much, what is the function of "\" ?
• 0 views
•
link
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
hisat2 --dta -x genome -1 ../fastq_zea_mays/SRR214880_1.fastq -2 ../fastq_zea_mays/SRR214880_2.fastq \
| samtools sort -o sorted.bam
Log in to answer this question.