comparison vcf2lv.xml @ 2:885ba15c2564 draft

Uploaded
author saskia-hiltemann
date Mon, 03 Aug 2015 05:45:16 -0400
parents 1c6710924e80
children
comparison
equal deleted inserted replaced
1:1c6710924e80 2:885ba15c2564
1 <tool id="vcf2lv" name="VCF-2-VariantList" version="1"> 1 <tool id="vcf2lv" name="VCF-2-VariantList" version="1">
2 <description> virtual normal preprocessing - convert VCF file to CG-compatible variant list </description> 2 <description> 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