Skip to content

Commit d253211

Browse files
committed
Replaced bowtie2 with bowtie, better for miRNA
1 parent e6c0fa2 commit d253211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.nf

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ cpus 16
222222
script:
223223
"""
224224
echo '${params.outdir}/miRDP2/bowtie.mirdp' > indexlocation.txt
225-
bowtie2-build --large-index --threads 16 -f ${genome_file} bowtie.mirdp
225+
bowtie-build --large-index --threads 16 -f ${genome_file} bowtie.mirdp
226226
wget --directory-prefix=tmp.dir 'ftp://ftp.ebi.ac.uk/pub/databases/Rfam/CURRENT/fasta_files/RF00001.fa.gz'
227227
zcat tmp.dir/* > Rfam_fa
228228
229-
bowtie2-build --threads 16 -f Rfam_fa ${miRDP2package}/scripts/index/rfam_index
229+
bowtie-build --threads 16 -f Rfam_fa ${miRDP2package}/scripts/index/rfam_index
230230
"""
231231
}
232232

0 commit comments

Comments
 (0)