qiime2 / galaxy-tools

Official QIIME 2 tools for Galaxy
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

map formats and artifact classes to EDAM (types and data, respectively?) #59

Open bernt-matthias opened 7 months ago

bernt-matthias commented 7 months ago

If possible input parameters and collections should always set the format attribute. I exemplify this here for some fastq.gz inputs. Probably the implementation should not be done here in this repo?

For fastq.gz Galaxy has a few datatypes, fastq.gz, fastqillumina.gz, and fastqsanger.gz (and colorspace fastqsanger). fastq.gz would allow all of them.

Let me know if you need help with mapping other qiime2 datatypes to Galaxy data types.

ebolyen commented 4 months ago

I think this will involve creating some more metadata on our formats and then ideally mapping through EDAM.

Will need to figure out our priorities on this, unless you know of someone who would be interested in working on this.