Mercurial > repos > sanbi-uwc > vcf_snps_utils
changeset 6:51bc4a693493 draft
planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit 738f22d38aa7721ccf5fb300f0185adac948beae
| author | sanbi-uwc |
|---|---|
| date | Mon, 20 Aug 2018 05:19:41 -0400 |
| parents | 796bf12181f6 |
| children | a074dbf35f0c |
| files | intersect.xml |
| diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/intersect.xml Thu Aug 16 17:02:25 2018 -0400 +++ b/intersect.xml Mon Aug 20 05:19:41 2018 -0400 @@ -5,15 +5,17 @@ <token name="@TOOL_VERSION@">0.0.2</token> </macros> - <requirements> + <requirements> <requirement type="package" version="@TOOL_VERSION@">vcf_snps_utils</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ ln -s '$input_vcf' data.vcf && ln -s '$input_csv' data.csv && - vcf_snps_utils intersect data.vcf data.csv --out "$output_pdf.file.path" - ]]> + vcf_snps_utils intersect data.vcf data.csv --outdir "$output_pdf.files_path" && + mv "$output_pdf.files_path"/Intervene_upset.pdf $output_pdf && + mv "$output_pdf.files_path"/Intervene_upset_combinations.txt $output_txt + ]]> </command> <inputs> @@ -24,7 +26,6 @@ <outputs> <data name="output_pdf" format="pdf" label="SNPs Intersection Report" /> <data name="output_txt" format="txt" label="SNPs Intersection Combination Report" /> - <data name="output_r" format="R" label="SNPs Intersection R object" /> </outputs> <tests>
