Mercurial > repos > saskia-hiltemann > virtual_normal_analysis
comparison vcf2lv.xml @ 1:1c6710924e80 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Mon, 03 Aug 2015 05:03:16 -0400 |
parents | 1209f18a5a83 |
children | 885ba15c2564 |
comparison
equal
deleted
inserted
replaced
0:1209f18a5a83 | 1:1c6710924e80 |
---|---|
1 <tool id="vcf2lv" name="VCF-2-VariantList" version="1"> | 1 <tool id="vcf2lv" name="VCF-2-VariantList" version="1"> |
2 <description> convert VCF file to CG-compatible variant list </description> | 2 <description> virtual normal preprocessing - convert VCF file to CG-compatible variant list </description> |
3 | 3 |
4 <command interpreter="bash"> | 4 <command interpreter="bash"> |
5 vcf2lv.sh $vcffile $outputfile | 5 vcf2lv.sh $vcffile $outputfile |
6 </command> | 6 </command> |
7 | 7 |