We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c0fa2 commit d253211Copy full SHA for d253211
workflow.nf
@@ -222,11 +222,11 @@ cpus 16
222
script:
223
"""
224
echo '${params.outdir}/miRDP2/bowtie.mirdp' > indexlocation.txt
225
- bowtie2-build --large-index --threads 16 -f ${genome_file} bowtie.mirdp
+ bowtie-build --large-index --threads 16 -f ${genome_file} bowtie.mirdp
226
wget --directory-prefix=tmp.dir 'ftp://ftp.ebi.ac.uk/pub/databases/Rfam/CURRENT/fasta_files/RF00001.fa.gz'
227
zcat tmp.dir/* > Rfam_fa
228
229
- bowtie2-build --threads 16 -f Rfam_fa ${miRDP2package}/scripts/index/rfam_index
+ bowtie-build --threads 16 -f Rfam_fa ${miRDP2package}/scripts/index/rfam_index
230
231
}
232
0 commit comments