Mercurial > repos > iuc > bedtools
comparison getfastaBed.xml @ 58:ed6f66aed1f9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 29bd1be4655cd26052095a49a8e188d2572b703b"
| author | iuc |
|---|---|
| date | Thu, 09 Sep 2021 13:02:16 +0000 |
| parents | 1d0a0d6a78b1 |
| children | 539958feb49c |
comparison
equal
deleted
inserted
replaced
| 57:1d0a0d6a78b1 | 58:ed6f66aed1f9 |
|---|---|
| 9 <command><![CDATA[ | 9 <command><![CDATA[ |
| 10 #if str($fasta_source.fasta_source_selector) == 'history': | 10 #if str($fasta_source.fasta_source_selector) == 'history': |
| 11 #set $fasta_file = $fasta_source.fasta | 11 #set $fasta_file = $fasta_source.fasta |
| 12 #else | 12 #else |
| 13 #set $fasta_file = $fasta_source.fasta_id.fields.path | 13 #set $fasta_file = $fasta_source.fasta_id.fields.path |
| 14 ln -s '${fasta_file}.fai' 'input.fasta.fai' && | |
| 14 #end if | 15 #end if |
| 16 ln -s '$fasta_file' 'input.fasta' && | |
| 15 bedtools getfasta | 17 bedtools getfasta |
| 16 $name | 18 $name |
| 17 $tab | 19 $tab |
| 18 $strand | 20 $strand |
| 19 $split | 21 $split |
| 20 -fi '$fasta_file' | 22 -fi 'input.fasta' |
| 21 -bed '$input' | 23 -bed '$input' |
| 22 -fo '$output' | 24 -fo '$output' |
| 23 ]]></command> | 25 ]]></command> |
| 24 <inputs> | 26 <inputs> |
| 25 <param name="input" argument="-bed" type="data" format="@STD_BEDTOOLS_INPUTS@" label="@STD_BEDTOOLS_INPUT_LABEL@ file" /> | 27 <param name="input" argument="-bed" type="data" format="@STD_BEDTOOLS_INPUTS@" label="@STD_BEDTOOLS_INPUT_LABEL@ file" /> |
