Mercurial > repos > devteam > samtools_stats
comparison samtools_stats.xml @ 10:263d3afea923 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_stats commit c5ded4208dd70e88596ddc725795a2401773f02d"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 12:29:38 +0000 |
parents | ab75c7ea49a5 |
children | a95f78faca04 |
comparison
equal
deleted
inserted
replaced
9:ab75c7ea49a5 | 10:263d3afea923 |
---|---|
40 #end if | 40 #end if |
41 #if str($trim_quality): | 41 #if str($trim_quality): |
42 --trim-quality ${trim_quality} | 42 --trim-quality ${trim_quality} |
43 #end if | 43 #end if |
44 | 44 |
45 #if $reffa != None: | 45 #if $use_ref: |
46 --ref-seq '$reffa' | 46 --ref-seq "\$reffa" |
47 #end if | 47 #end if |
48 ## TODO currently not implemented in Galaxy | 48 ## TODO currently not implemented in Galaxy |
49 ## generates STR_VALUE.bamstat where STR is given by -P and VALUE is a value of the TAG given by -S | 49 ## generates STR_VALUE.bamstat where STR is given by -P and VALUE is a value of the TAG given by -S |
50 ## needs some discover data sets action... | 50 ## needs some discover data sets action... |
51 ## -P, --split-prefix STR | 51 ## -P, --split-prefix STR |