# HG changeset patch
# User iuc
# Date 1631192647 0
# Node ID a68aa6c1204acbb7b9a62c6bf9a8362f2f088954
# Parent 3e38c9b3214f45d8e42a6ddac0da40b4905ba4f5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 29bd1be4655cd26052095a49a8e188d2572b703b"
diff -r 3e38c9b3214f -r a68aa6c1204a getfastaBed.xml
--- a/getfastaBed.xml Wed Sep 01 11:04:15 2021 +0000
+++ b/getfastaBed.xml Thu Sep 09 13:04:07 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 3e38c9b3214f -r a68aa6c1204a nucBed.xml
--- a/nucBed.xml Wed Sep 01 11:04:15 2021 +0000
+++ b/nucBed.xml Thu Sep 09 13:04:07 2021 +0000
@@ -7,6 +7,7 @@
'$output'
]]>