# HG changeset patch # User iuc # Date 1536254637 14400 # Node ID 65ae79bddc6995a1df15ea3c4591b12511ded168 # Parent c9ecd2a96ecff42dcdf2a6d1833b216b63ce27eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 5ab504d384299d8c2ed496650f1f9e4a887cd102 diff -r c9ecd2a96ecf -r 65ae79bddc69 snpEff.xml --- a/snpEff.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff.xml Thu Sep 06 13:23:57 2018 -0400 @@ -1,4 +1,4 @@ - + annotate variants snpEff_macros.xml @@ -9,7 +9,7 @@ - + @@ -154,11 +154,11 @@ - + - + - value is not None and value.metadata.snpeff_version == "@snpeff_version@" + value is not None and value.metadata.snpeff_version == "@SNPEFF_VERSION@"
@@ -171,16 +171,16 @@ - @snpeff_database_url@ - \S+ + @SNPEFF_DATABASE_URL@ + - + - + - value is not None and value.metadata.snpeff_version == "@snpeff_version@" + value is not None and value.metadata.snpeff_version == "@SNPEFF_VERSION@" @@ -212,7 +212,7 @@ - + @@ -223,7 +223,7 @@ - + @@ -242,9 +242,9 @@ - - - + + + @@ -274,7 +274,7 @@ --> - + @@ -337,20 +337,20 @@ - + - + By default SnpEff simplifies all chromosome names. For instance 'chr1' is just '1'. You can prepend any string you want to the chromosome name ^\S*$ - - + + @@ -374,7 +374,7 @@ - + @@ -384,7 +384,6 @@ diff -r c9ecd2a96ecf -r 65ae79bddc69 snpEff_create_db.xml --- a/snpEff_create_db.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff_create_db.xml Thu Sep 06 13:23:57 2018 -0400 @@ -1,4 +1,4 @@ - + database from Genbank or GFF record snpEff_macros.xml @@ -13,7 +13,6 @@ - - \S+ + + @@ -69,9 +68,9 @@ - + - + @@ -105,7 +104,7 @@ - + input_type['input_type_selector'] == 'gb' input_type['fasta'] == 'yes' @@ -160,7 +159,7 @@ `_ page for K-12 MG1655 genome (note that all NCBI genomes have similar list of files associated with them). - #. Copy URL for file with extension `gbff.gz` + #. Copy URL for file with extension `gbff.gz` #. Paste the URL into upload tool and set datatype to `genbank.gz`. #. Use this tool to generate a snpEff database and FASTA sequences from the dataset you've uploaded during the previous step. #. Use your Illumina reads to map against FASTA dataset generated in the previous step using BWA-MEM. @@ -208,7 +207,7 @@ ------ -**GFF usage scenario** +**GFF usage scenario** The following example also uses *E. coli* K-12 MG1655: @@ -219,8 +218,8 @@ #. Map your reads against the FASTA dataset and continue as described in the above example. -@snpeff_in_galaxy_info@ -@external_documentation@ +@SNPEFF_IN_GALAXY_INFO@ +@EXTERNAL_DOCUMENTATION@ ]]> diff -r c9ecd2a96ecf -r 65ae79bddc69 snpEff_databases.xml --- a/snpEff_databases.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff_databases.xml Thu Sep 06 13:23:57 2018 -0400 @@ -1,4 +1,4 @@ - + list available databases snpEff_macros.xml @@ -9,7 +9,6 @@ '${snpeff_dbs}' - ]]> - + @@ -32,7 +30,7 @@ - + @@ -43,7 +41,7 @@ - + @@ -63,10 +61,9 @@ diff -r c9ecd2a96ecf -r 65ae79bddc69 snpEff_download.xml --- a/snpEff_download.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff_download.xml Thu Sep 06 13:23:57 2018 -0400 @@ -1,4 +1,4 @@ - + download a pre-built database snpEff_macros.xml @@ -9,16 +9,17 @@ - @snpeff_database_url@ - \S+ + - + @@ -29,12 +30,19 @@ + + + + + + + + diff -r c9ecd2a96ecf -r 65ae79bddc69 snpEff_macros.xml --- a/snpEff_macros.xml Tue Aug 28 03:03:45 2018 -0400 +++ b/snpEff_macros.xml Thu Sep 06 13:23:57 2018 -0400 @@ -13,18 +13,18 @@ snpEff -version ]]> - 4.3+T - SnpEff4.3 - https://sourceforge.net/projects/snpeff/files/databases/v4_3/ - -Xmx\${GALAXY_MEMORY_MB:-8192}m - + 4.3+T + SnpEff4.3 + https://sourceforge.net/projects/snpeff/files/databases/v4_3/ + -Xmx\${GALAXY_MEMORY_MB:-8192}m + ------- To learn more about snpEff read its manual at http://snpeff.sourceforge.net/SnpEff_manual.html - + -------