# HG changeset patch # User yhoogstrate # Date 1447753380 18000 # Node ID 59a2f9ad76dd8f3787c43d86cb706d8f0517319f # Parent ff641b41735f2a07b80139e8dd167c8b82cdd3ed planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty diff -r ff641b41735f -r 59a2f9ad76dd datatypes_conf.xml --- a/datatypes_conf.xml Wed Nov 11 04:59:04 2015 -0500 +++ b/datatypes_conf.xml Tue Nov 17 04:43:00 2015 -0500 @@ -17,5 +17,6 @@ + diff -r ff641b41735f -r 59a2f9ad76dd lib/galaxy/datatypes/completegenomics.py --- a/lib/galaxy/datatypes/completegenomics.py Wed Nov 11 04:59:04 2015 -0500 +++ b/lib/galaxy/datatypes/completegenomics.py Tue Nov 17 04:43:00 2015 -0500 @@ -17,6 +17,7 @@ from galaxy.datatypes.binary import Binary import galaxy_utils.sequence.vcf from galaxy.datatypes.sniff import * +import binascii log = logging.getLogger(__name__) @@ -98,5 +99,6 @@ except: return False + # Does not work for some reason - uploaded files keep receiving "The uploaded binary file contains inappropriate content" Binary.register_sniffable_binary_format('CRR', 'crr', CRR) diff -r ff641b41735f -r 59a2f9ad76dd tools/cgatools17/listvariants_v17.xml --- a/tools/cgatools17/listvariants_v17.xml Wed Nov 11 04:59:04 2015 -0500 +++ b/tools/cgatools17/listvariants_v17.xml Tue Nov 17 04:43:00 2015 -0500 @@ -13,10 +13,10 @@ listvariants --beta - #if $reference_genome_source.source_select == "indexed_filtered" - ${reference_genome_source.crr.fields.crr_path} - #else if $reference_genome_source.source_select == "history" - ${reference_genome_source.crr} + #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 @@ -33,8 +33,8 @@ - - + + diff -r ff641b41735f -r 59a2f9ad76dd tools/cgatools17/testvariants_v17.xml --- a/tools/cgatools17/testvariants_v17.xml Wed Nov 11 04:59:04 2015 -0500 +++ b/tools/cgatools17/testvariants_v17.xml Tue Nov 17 04:43:00 2015 -0500 @@ -12,10 +12,10 @@ --beta --reference - #if $reference_genome_source.source_select == "indexed_filtered" - ${reference_genome_source.crr.fields.crr_path} - #else if $reference_genome_source.source_select == "history" - ${reference_genome_source.crr} + #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 @@ -29,8 +29,8 @@ - - + +