wurmlab / afra

Genome Annotation for the Masses
http://afra.sbcs.qmul.ac.uk
Apache License 2.0
36 stars 21 forks source link

export submissions to GFF3 format #67

Closed hargup closed 9 years ago

hargup commented 9 years ago
yeban commented 9 years ago

You could use http://genometools.org/ to validate the generated GFF3.

yannickwurm commented 9 years ago

Looks like a good place for some automated testing too - cheers

yeban commented 9 years ago

Exporter shouldn't have to worry about giving features and subfeatures an appropriate name. Appropriate names should be assigned to features and subfeatures on the client side.

Exporter doesn't seem to take into account the fact that there might be multiple mRNA corresponding to a gene.

yeban commented 9 years ago

Should track genometools/genometools#514 regarding validation errors.

yeban commented 9 years ago

@hargup Generating names client side is now in master. Please could you rebase the PR on master and quickly verify if everything is good to merge?

yeban commented 9 years ago

@hargup Alternative splicing hasn't yet been taken into account.

hargup commented 9 years ago

@yeban have a look now.

yeban commented 9 years ago

Thanks a ton!