geraldinepascal / FROGS

FROGS is a galaxy/CLI workflow designed to produce an OTUs count matrix from high depth sequencing amplicon data.
GNU General Public License v3.0
25 stars 22 forks source link

Upload_tar has a bug with recent galaxy releases #18

Closed fescudie closed 8 years ago

fescudie commented 8 years ago

The current version of upload_tar does not work with the current galaxy. This is due to changes in galaxy API.

fescudie commented 8 years ago

The standard upload can be used if the user uncheck the option 'Use POSIX standard' in settings.

mariabernard commented 8 years ago

Or add a tar datatype in galaxy : https://github.com/galaxyproject/galaxy/pull/2636/commits/a8147e537cf8e894d6d5032220909d211235d72f

(pull request accepted in future version of Galaxy : https://github.com/galaxyproject/galaxy/pull/2636 )