# HG changeset patch # User iuc # Date 1554547045 14400 # Node ID c15c63771494dfda618213f7f3e130037ecf07c2 # Parent 17bed26ad17eb4ef24f88cb501fcd37366f9cc15 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_sort commit 64305ae905dc79e44b478203000add73598bcca1 diff -r 17bed26ad17e -r c15c63771494 macros.xml --- a/macros.xml Wed Sep 19 09:53:20 2018 -0400 +++ b/macros.xml Sat Apr 06 06:37:25 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 17bed26ad17e -r c15c63771494 samtools_sort.xml --- a/samtools_sort.xml Wed Sep 19 09:53:20 2018 -0400 +++ b/samtools_sort.xml Sat Apr 06 06:37:25 2019 -0400 @@ -1,4 +1,4 @@ - + order of storing aligned sequences macros.xml @@ -26,7 +26,7 @@ > '${output1}' ]]> - +