Mercurial > repos > iuc > gemini_set_somatic
comparison gemini_set_somatic.xml @ 5:2729ba90a0e1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
| author | iuc |
|---|---|
| date | Fri, 11 Jan 2019 17:26:24 -0500 |
| parents | fa820557ec50 |
| children | 5d9760622760 |
comparison
equal
deleted
inserted
replaced
| 4:fa820557ec50 | 5:2729ba90a0e1 |
|---|---|
| 7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
| 8 <expand macro="stdio" /> | 8 <expand macro="stdio" /> |
| 9 <expand macro="version_command" /> | 9 <expand macro="version_command" /> |
| 10 <command> | 10 <command> |
| 11 <![CDATA[ | 11 <![CDATA[ |
| 12 cp "${ infile }" "${ outfile }" && | 12 cp '$infile' '$outfile' && |
| 13 | 13 |
| 14 gemini @BINARY@ | 14 gemini @BINARY@ |
| 15 | 15 |
| 16 #if float($min_depth) >= 0: | 16 #if float($min_depth) >= 0: |
| 17 --min-depth $min_depth | 17 --min-depth $min_depth |
| 48 #if int($min_tumor_depth) >= 0: | 48 #if int($min_tumor_depth) >= 0: |
| 49 --min-tumor-depth $min_tumor_depth | 49 --min-tumor-depth $min_tumor_depth |
| 50 #end if | 50 #end if |
| 51 | 51 |
| 52 #if str($chrom).strip(): | 52 #if str($chrom).strip(): |
| 53 --chrom "$chrom" | 53 --chrom '$chrom' |
| 54 #end if | 54 #end if |
| 55 "${ outfile }" | 55 '$outfile' |
| 56 ]]> | 56 ]]> |
| 57 </command> | 57 </command> |
| 58 <inputs> | 58 <inputs> |
| 59 | 59 |
| 60 <expand macro="infile" /> | 60 <expand macro="infile" /> |
