# HG changeset patch # User iuc # Date 1548437388 18000 # Node ID 8f92c2b26e6d6dc7dd1129a93a7a6e2ac24ed3d8 # Parent 36dc3690a82c2eb2a561a83603f13d5909ce583d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit fafb197acfe233d18a542e8c567943faf9abc3aa diff -r 36dc3690a82c -r 8f92c2b26e6d snpEff.xml --- a/snpEff.xml Wed Sep 12 14:36:04 2018 -0400 +++ b/snpEff.xml Fri Jan 25 12:29:48 2019 -0500 @@ -83,6 +83,7 @@ -configOption '${snpDb.snpeff_db.metadata.genome_version}'.codonTable='${snpDb.codon_table}' '${snpDb.snpeff_db.metadata.genome_version}' #else + -dataDir "\$PWD/temp" -download '$snpDb.genome_version' #end if @@ -170,7 +171,7 @@ - + @SNPEFF_DATABASE_URL@ diff -r 36dc3690a82c -r 8f92c2b26e6d snpeff_get_chr_names.xml --- a/snpeff_get_chr_names.xml Wed Sep 12 14:36:04 2018 -0400 +++ b/snpeff_get_chr_names.xml Fri Jan 25 12:29:48 2019 -0500 @@ -9,7 +9,7 @@ This can only be used on databases in your history that were downloaded using the snpEff download tool. - + - value is not None and value.metadata.SNPEFF_VERSION == "@SNPEFF_VERSION@" + value is not None and value.metadata.snpeff_version == "@SNPEFF_VERSION@" - + The list of available databases can be obtained with 'SnpEff databases' tool. If the database name is not found, locate a database here and download it in your history. \S+ @@ -62,10 +63,10 @@ This can only be used on databases in your history that were created using the snpEff build tool. - + - value is not None and value.metadata.SNPEFF_VERSION == "@SNPEFF_VERSION@" + value is not None and value.metadata.snpeff_version == "@SNPEFF_VERSION@"