# HG changeset patch # User devteam # Date 1473969863 14400 # Node ID 40a339e4692ea56297eb05125c84143c5f6aa716 # Parent 046b3db333bdbb99def3b058e4aecfb568f50135 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfcheck commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 046b3db333bd -r 40a339e4692e macros.xml --- a/macros.xml Wed Nov 11 12:58:33 2015 -0500 +++ b/macros.xml Thu Sep 15 16:04:23 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 046b3db333bd -r 40a339e4692e tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:58:33 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 046b3db333bd -r 40a339e4692e vcfcheck.xml --- a/vcfcheck.xml Wed Nov 11 12:58:33 2015 -0500 +++ b/vcfcheck.xml Thu Sep 15 16:04:23 2016 -0400 @@ -1,74 +1,74 @@ - - Verify that the reference allele matches the reference genome - - macros.xml - - - - #set $reference_fasta_filename = "localref.fa" - #if str( $reference_source.reference_source_selector ) == "history": - ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && - #else: - #set $reference_fasta_filename = str( $reference_source.ref_file.fields.path ) - #end if - vcfcheck $failure_selector -f "${reference_fasta_filename}" "${input_vcf}" > "${out_file1}" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Verifies that the VCF REF field matches the reference as described. - -The options are:: - - -x, --exclude-failures If a record fails, don't print it. Otherwise do. - -k, --keep-failures Print if the record fails, otherwise not. - ----- - -Vcfcheck @IS_PART_OF_VCFLIB@ - - - + + Verify that the reference allele matches the reference genome + + macros.xml + + + + + + + #set $reference_fasta_filename = "localref.fa" + #if str( $reference_source.reference_source_selector ) == "history": + ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && + #else: + #set $reference_fasta_filename = str( $reference_source.ref_file.fields.path ) + #end if + vcfcheck $failure_selector -f "${reference_fasta_filename}" "${input_vcf}" > "${out_file1}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Verifies that the VCF REF field matches the reference as described. + +The options are:: + + -x, --exclude-failures If a record fails, don't print it. Otherwise do. + -k, --keep-failures Print if the record fails, otherwise not. + +---- + +Vcfcheck @IS_PART_OF_VCFLIB@ + + +