2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9a4e6dd2d863/ Changeset: 9a4e6dd2d863 User: dan Date: 2013-06-26 17:57:51 Summary: Change EBI SRA tool to use auto detect for format determination now that they are providing additional formats. Fixes issue seen when sending SFF files. Affected #: 1 file diff -r 5a09adb8c39363a32aa373658635cf20ae2cc718 -r 9a4e6dd2d863e3e233f7e54382989d95810dbe9e tools/data_source/ebi_sra.xml --- a/tools/data_source/ebi_sra.xml +++ b/tools/data_source/ebi_sra.xml @@ -9,7 +9,7 @@ </inputs><uihints minwidth="800"/><outputs> - <data name="output" format="fastq"/> + <data name="output" format="auto"/></outputs><options sanitize="False" refresh="True"/></tool> https://bitbucket.org/galaxy/galaxy-central/commits/53f9bc7009f4/ Changeset: 53f9bc7009f4 Branch: stable User: dan Date: 2013-06-26 17:57:51 Summary: Change EBI SRA tool to use auto detect for format determination now that they are providing additional formats. Fixes issue seen when sending SFF files. Affected #: 1 file diff -r f35d85e4b4d582cd50aee062bb1c2eaf89b131c2 -r 53f9bc7009f4c7c93177eb1f71d014e822b43640 tools/data_source/ebi_sra.xml --- a/tools/data_source/ebi_sra.xml +++ b/tools/data_source/ebi_sra.xml @@ -9,7 +9,7 @@ </inputs><uihints minwidth="800"/><outputs> - <data name="output" format="fastq"/> + <data name="output" format="auto"/></outputs><options sanitize="False" refresh="True"/></tool> 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.