I used: bowtie2 -x {input.index}/hg19.zip -U {input.fastq} | samtools view -bS -> {output}.bam from the site you have sent but I still have an error: Missing input files for rule fastq2bam: file.sam
• 0 views
•
link
this is a useful link from the htslib docs https://www.htslib.org/workflow/fastq.html
if you wanted to use bowtie instead of minimap2, you can swap it out