commit/galaxy-central: jmchilton: Merge next-stable.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/78597d2278e2/ Changeset: 78597d2278e2 User: jmchilton Date: 2014-12-17 14:41:26+00:00 Summary: Merge next-stable. Affected #: 3 files diff -r e614c7c1e0e9648076759c06dc33ed48b1847b13 -r 78597d2278e28ac962b80179d15eacd5849a4c79 test/functional/tools/gzipped_inputs.xml --- /dev/null +++ b/test/functional/tools/gzipped_inputs.xml @@ -0,0 +1,19 @@ +<tool id="gzipped_inputs" name="Echo Dataset"> + <command> + cat $input1 > $out_file1 + </command> + <inputs> + <param name="input1" type="data" label="Concatenate Dataset"/> + </inputs> + <outputs> + <data name="out_file1" format="input" metadata_source="input1"/> + </outputs> + <tests> + <test> + <param name="input1" value="4.bed.gz" /> + <output name="out_file1" file="4.bed" /> + </test> + </tests> + <help> + </help> +</tool> diff -r e614c7c1e0e9648076759c06dc33ed48b1847b13 -r 78597d2278e28ac962b80179d15eacd5849a4c79 test/functional/tools/samples_tool_conf.xml --- a/test/functional/tools/samples_tool_conf.xml +++ b/test/functional/tools/samples_tool_conf.xml @@ -13,6 +13,7 @@ <tool file="multi_output_assign_primary.xml" /><tool file="composite_output.xml" /><tool file="metadata.xml" /> + <tool file="gzipped_inputs.xml" /><tool file="output_order.xml" /><tool file="output_format.xml" /><tool file="output_filter.xml" /> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org