Mercurial > repos > sanbi-uwc > shapeit_phase
comparison shapeit_phase.xml @ 18:d3515c2a3f51 draft
planemo upload for repository https://github.com/CPGRZA/cpgr_ancestry commit 40d1319d78fae41b53fe3511db41ee5479c58db8-dirty
| author | sanbi-uwc |
|---|---|
| date | Tue, 18 Sep 2018 09:49:26 -0400 |
| parents | 1f460ad509b6 |
| children | 42bafd3c5a83 |
comparison
equal
deleted
inserted
replaced
| 17:1f460ad509b6 | 18:d3515c2a3f51 |
|---|---|
| 1 <tool id="shapeit_phase" name="shapeit_phase" version="0.16.0"> | 1 <tool id="shapeit_phase" name="shapeit_phase" version="0.17.0"> |
| 2 <description>genomic data with or without reference panel</description> | 2 <description>genomic data with or without reference panel</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="2.r837">shapeit</requirement> | 4 <requirement type="package" version="2.r837">shapeit</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <stdio> | 6 <stdio> |
| 180 --output-max $out_haps $out_sample | 180 --output-max $out_haps $out_sample |
| 181 --output-graph $out_graph | 181 --output-graph $out_graph |
| 182 --output-log $out_log | 182 --output-log $out_log |
| 183 #else | 183 #else |
| 184 --output-log output | 184 --output-log output |
| 185 | grep -v 'ERROR: Reference and Main panels are not well aligned:' | 185 | grep -v 'ERROR:.* Reference and Main panels are not well aligned:' |
| 186 ; mv output.mendel.log $out_log | 186 ; mv output.log $out_log |
| 187 && mv output.mendel.snp.strand $out_strand | 187 && mv output.snp.strand $out_strand |
| 188 && mv output.mendel.snp.strand.exclude $out_exclude | 188 && mv output.snp.strand.exclude $out_exclude |
| 189 #end if | 189 #end if |
| 190 # NOTE that in check mode we are ignoring the error related to panel misalignment | 190 # NOTE that in check mode we are ignoring the error related to panel misalignment |
| 191 ]]></command> | 191 ]]></command> |
| 192 <inputs> | 192 <inputs> |
| 193 <param name="check_mode" type="boolean" truevalue="-check" falsevalue="" label="Run in -check mode (check data)" /> | 193 <param name="check_mode" type="boolean" truevalue="-check" falsevalue="" label="Run in -check mode (check data)" /> |
