# HG changeset patch # User yhoogstrate # Date 1447171548 18000 # Node ID 91e163b708d38a6620d7af4f83f95da95f253981 # Parent 977861cbcf10e623ce29e4cc9289615eaa5396b9 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 18aaf80ea6ec743f134895c4a9a098a9e6146710-dirty diff -r 977861cbcf10 -r 91e163b708d3 tools/cgatools17/fasta2crr.xml --- a/tools/cgatools17/fasta2crr.xml Tue Nov 10 10:13:49 2015 -0500 +++ b/tools/cgatools17/fasta2crr.xml Tue Nov 10 11:05:48 2015 -0500 @@ -1,7 +1,7 @@ Convert fasta sequences into a single reference crr file - + cgatools17 diff -r 977861cbcf10 -r 91e163b708d3 tools/cgatools17/testvariants_v17.xml --- a/tools/cgatools17/testvariants_v17.xml Tue Nov 10 10:13:49 2015 -0500 +++ b/tools/cgatools17/testvariants_v17.xml Tue Nov 10 11:05:48 2015 -0500 @@ -1,61 +1,80 @@ - - - Test for the presence of variants + + Test for the presence of variants - - cgatools17 - + + cgatools17 + + + cgatools | head -1 - - cgatools | head -1; - cgatools testvariants - --beta - --reference ${crr.fields.crr_path} - --output $output - --input $listing - --variants - #for $v in $file_types.varfiles - ${v.input} - #end for - + + cgatools testvariants + --beta + --reference + + #if $reference_gene_sets_source.source_select == "indexed_filtered" + ${reference_gene_sets_source.crr.fields.crr_path} + #else if $reference_gene_sets_source.source_select == "history" + ${reference_gene_sets_source.crr} + #end if + + --output $output + --input $listing + --variants + #for $v in $file_types.varfiles + ${v.input} + #end for + - - - - - + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - + + + - + **What it does** This tool uses the cgatools testvariants to test variant or mastervar files for the presence of variants. @@ -68,43 +87,43 @@ **Command line reference**:: - COMMAND NAME - testvariants - Tests variant files for presence of variants. - - DESCRIPTION - Tests variant files for presence of variants. The output is a tab-delimited - file consisting of the columns of the input variants file, plus a column - for each assembly results file that contains a character code for each - allele. The character codes have meaning as follows: - - 0 This allele of this genome is consistent with the reference at this - locus but inconsistent with the variant. - 1 This allele of this genome has the input variant at this locus. - N This allele of this genome has no-calls but is consistent with the - input variant. - - OPTIONS - -h [ --help ] - Print this help message. - - --beta - This is a beta command. To run this command, you must pass the --beta - flag. - - --reference arg - The reference crr file. - - --input arg (=STDIN) - The input variants to test for. - - --output arg (=STDOUT) - The output file (may be omitted for stdout). - - --variants arg - The input variant files (may be passed in as arguments at the end of - the command). - - SUPPORTED FORMAT_VERSION - 0.3 or later - + COMMAND NAME + testvariants - Tests variant files for presence of variants. + + DESCRIPTION + Tests variant files for presence of variants. The output is a tab-delimited + file consisting of the columns of the input variants file, plus a column + for each assembly results file that contains a character code for each + allele. The character codes have meaning as follows: + + 0 This allele of this genome is consistent with the reference at this + locus but inconsistent with the variant. + 1 This allele of this genome has the input variant at this locus. + N This allele of this genome has no-calls but is consistent with the + input variant. + + OPTIONS + -h [ --help ] + Print this help message. + + --beta + This is a beta command. To run this command, you must pass the --beta + flag. + + --reference arg + The reference crr file. + + --input arg (=STDIN) + The input variants to test for. + + --output arg (=STDOUT) + The output file (may be omitted for stdout). + + --variants arg + The input variant files (may be passed in as arguments at the end of + the command). + + SUPPORTED FORMAT_VERSION + 0.3 or later +