# HG changeset patch # User iuc # Date 1631192536 0 # Node ID ed6f66aed1f9c2600039c91c0f0f2e1b0536b203 # Parent 1d0a0d6a78b1783782eddf38e43efca66251790b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 29bd1be4655cd26052095a49a8e188d2572b703b" diff -r 1d0a0d6a78b1 -r ed6f66aed1f9 getfastaBed.xml --- a/getfastaBed.xml Wed Sep 01 11:02:26 2021 +0000 +++ b/getfastaBed.xml Thu Sep 09 13:02:16 2021 +0000 @@ -11,13 +11,15 @@ #set $fasta_file = $fasta_source.fasta #else #set $fasta_file = $fasta_source.fasta_id.fields.path + ln -s '${fasta_file}.fai' 'input.fasta.fai' && #end if +ln -s '$fasta_file' 'input.fasta' && bedtools getfasta $name $tab $strand $split --fi '$fasta_file' +-fi 'input.fasta' -bed '$input' -fo '$output' ]]> diff -r 1d0a0d6a78b1 -r ed6f66aed1f9 nucBed.xml --- a/nucBed.xml Wed Sep 01 11:02:26 2021 +0000 +++ b/nucBed.xml Thu Sep 09 13:02:16 2021 +0000 @@ -7,6 +7,7 @@ '$output' ]]>