Mercurial > repos > artbio > repenrich2
comparison repenrich2.xml @ 3:0efb0ee6a7e9 draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/repenrich2 commit 191ee27847eb4017d618c57d8eaf293950527ea5
author | artbio |
---|---|
date | Sat, 20 Apr 2024 15:45:33 +0000 |
parents | 6d59fbca2db4 |
children | c5bb2f9af708 |
comparison
equal
deleted
inserted
replaced
2:cfb06f8e8f52 | 3:0efb0ee6a7e9 |
---|---|
23 #if $refGenomeSource.genomeSource == "history": | 23 #if $refGenomeSource.genomeSource == "history": |
24 bowtie2-build --threads \${GALAXY_SLOTS:-4} -f $refGenomeSource.genome genome 1>/dev/null && | 24 bowtie2-build --threads \${GALAXY_SLOTS:-4} -f $refGenomeSource.genome genome 1>/dev/null && |
25 ln -s -f '$refGenomeSource.genome' 'genome.fa' && | 25 ln -s -f '$refGenomeSource.genome' 'genome.fa' && |
26 #set index_path = 'genome' | 26 #set index_path = 'genome' |
27 #else: | 27 #else: |
28 #set index_path = $refGenomeSource.index.fields.path | 28 #set index_path = $refGenomeSource.genome.fields.path |
29 bowtie-inspect $index_path > genome.fa && | 29 bowtie-inspect $index_path > genome.fa && |
30 #end if | 30 #end if |
31 | 31 |
32 python $__tool_directory__/RepEnrich2_setup.py | 32 python $__tool_directory__/RepEnrich2_setup.py |
33 --annotation_file '$repeatmasker' | 33 --annotation_file '$repeatmasker' |