# HG changeset patch # User iuc # Date 1579377879 18000 # Node ID 36093854bfc72e8e682f6ba49e503e54986f63a0 # Parent 8bc80c2a15b38b3619b700d5f9da3063bf570347 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit 4030df6d601b303f2ac8ee977a469bf3ee0e4992" diff -r 8bc80c2a15b3 -r 36093854bfc7 test-data/tetyper_snp_profiles.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/tetyper_snp_profiles.loc Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,6 @@ +# Tab separated with three columns: +# - value (Galaxy records this in the Galaxy DB) +# - name (Galaxy shows this in the UI) +# - path (path to the snp_profiles.txt file) +# +Tn4401b_snp_profiles "Tn4401b SNP Profiles" ${__HERE__}/Tn4401b_snp_profiles.txt diff -r 8bc80c2a15b3 -r 36093854bfc7 test-data/tetyper_struct_profiles.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/tetyper_struct_profiles.loc Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,6 @@ +# Tab separated with three columns: +# - value (Galaxy records this in the Galaxy DB) +# - name (Galaxy shows this in the UI) +# - path (path to the struct_profiles.txt file) +# +Tn4401b_struct_profiles "Tn4401b Structural Variant Profiles" ${__HERE__}/Tn4401b_struct_profiles.txt diff -r 8bc80c2a15b3 -r 36093854bfc7 tetyper.xml --- a/tetyper.xml Thu Nov 28 14:41:08 2019 -0500 +++ b/tetyper.xml Sat Jan 18 15:04:39 2020 -0500 @@ -1,4 +1,4 @@ - + Transposable Element Typer 1.1 @@ -21,11 +21,15 @@ --min_each_strand '${min_each_strand}' --min_mapped_len '${min_mapped_len}' --min_qual '${min_qual}' - #if $snp_profiles - --snp_profiles '${snp_profiles}' + #if str( $snp_profiles_source.snp_profiles_source_selector ) == "tool_data_table": + --snp_profiles '$snp_profiles_source.snp_profiles.fields.path' + #elif str( $snp_profiles_source.snp_profiles_source_selector ) == 'history': + --snp_profiles '$snp_profiles_source.snp_profiles' #end if - #if $struct_profiles - --struct_profiles '${struct_profiles}' + #if str( $struct_profiles_source.struct_profiles_source_selector ) == "tool_data_table": + --struct_profiles '$struct_profiles_source.struct_profiles.fields.path' + #elif str( $struct_profiles_source.struct_profiles_source_selector ) == 'history': + --struct_profiles '$struct_profiles_source.struct_profiles' #end if --outprefix output ]]> @@ -44,14 +48,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - @@ -80,8 +124,31 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8bc80c2a15b3 -r 36093854bfc7 tool-data/tetyper_snp_profiles.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/tetyper_snp_profiles.loc.sample Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,7 @@ +# Expect three columns, tab separated, as follows: +# - value (Galaxy records this in the Galaxy DB, must be unique, suggest using a UUID) +# - name (Galaxy shows this in the UI) +# - path to snp_profiles.txt file +# +# e.g. +# c4269788-80f0-4ed5-9ff4-5fe30484678dSNP Profiles/path/to/tetyper/snp_profiles.txt diff -r 8bc80c2a15b3 -r 36093854bfc7 tool-data/tetyper_struct_profiles.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/tetyper_struct_profiles.loc.sample Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,7 @@ +# Expect three columns, tab separated, as follows: +# - value (Galaxy records this in the Galaxy DB, must be unique, suggest using a UUID) +# - name (Galaxy shows this in the UI) +# - path to struct_profiles.txt file +# +# e.g. +# e6987a4f-c54b-490e-a32d-67e91e0c2328Structural Variant Profiles/path/to/tetyper/struct_profiles.txt diff -r 8bc80c2a15b3 -r 36093854bfc7 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,11 @@ + + + + value, name, path + +
+ + value, name, path + +
+
diff -r 8bc80c2a15b3 -r 36093854bfc7 tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Sat Jan 18 15:04:39 2020 -0500 @@ -0,0 +1,11 @@ + + + + value, name, path + +
+ + value, name, path + +
+