# HG changeset patch # User iuc # Date 1554547067 14400 # Node ID e613c1ad4c4c87a9590807a33ba688ac0c08d2da # Parent f56bdb93ae582bd61524e034b475f9f181273df1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_sort commit 64305ae905dc79e44b478203000add73598bcca1 diff -r f56bdb93ae58 -r e613c1ad4c4c macros.xml --- a/macros.xml Wed Sep 19 09:53:49 2018 -0400 +++ b/macros.xml Sat Apr 06 06:37:47 2019 -0400 @@ -53,11 +53,11 @@ #if $addref_cond.addref_select == "history": ln -s '${addref_cond.ref}' reference.fa && samtools faidx reference.fa && - #set reffa=str($addref_cond.ref) + #set reffa="reference.fa" #set reffai="reference.fa.fai" #elif $addref_cond.addref_select == "cached": #set reffa=str($addref_cond.ref.fields.path) - #set reffai=str($addref_cond.ref.fields.path) + #set reffai=str($addref_cond.ref.fields.path)+".fai" #else #set reffa=None #set reffai=None @@ -67,13 +67,15 @@ ##compute the number of ADDITIONAL threads to be used by samtools (-@) addthreads=\${GALAXY_SLOTS:-1} && (( addthreads-- )) && ]]> - + + + @@ -88,6 +90,42 @@ + + + + + + + + + + + + + + + + ^[^\s'\":]+(:\d+(-\d+){0,1}){0,1}$ + + + + + + + + + diff -r f56bdb93ae58 -r e613c1ad4c4c samtools_sort.xml --- a/samtools_sort.xml Wed Sep 19 09:53:49 2018 -0400 +++ b/samtools_sort.xml Sat Apr 06 06:37:47 2019 -0400 @@ -1,4 +1,4 @@ - + order of storing aligned sequences macros.xml @@ -26,7 +26,7 @@ > '${output1}' ]]> - +