# HG changeset patch # User iuc # Date 1660554613 0 # Node ID 24db20d85bfda9b2b2e8f5ea907a3fe2744fae57 # Parent bc77b4b671470d8b86c81e2f4ce92e1495b90360 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fixmate commit 5cb103832529f17e5c72e7f122758c13519fbe5e diff -r bc77b4b67147 -r 24db20d85bfd macros.xml --- a/macros.xml Tue Sep 28 16:01:34 2021 +0000 +++ b/macros.xml Mon Aug 15 09:10:13 2022 +0000 @@ -5,7 +5,7 @@ - 1.13 + 1.15.1 20.05 &2 && + gzip -dc \$reffa > reference.fa && + reffa="reference.fa" && + samtools faidx \$reffa; + } + } && + #end if + reffai=\$reffa.fai && #elif $addref_cond.addref_select == "cached": - #set reffa=str($addref_cond.ref.fields.path) - #set reffai=str($addref_cond.ref.fields.path)+".fai" + ## in case of cached the absolute path is used which allows to read + ## a cram file without specifying the reference + reffa='${addref_cond.ref.fields.path}' && + reffai=\$reffa.fai && #else - #set reffa=None - #set reffai=None + #set use_ref=False #end if ]]> - + @HELP@ diff -r bc77b4b67147 -r 24db20d85bfd samtools_fixmate.xml --- a/samtools_fixmate.xml Tue Sep 28 16:01:34 2021 +0000 +++ b/samtools_fixmate.xml Mon Aug 15 09:10:13 2022 +0000 @@ -1,4 +1,4 @@ - + fill mate coordinates, ISIZE and mate related flags macros.xml