You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is a sequenceProject="true" add this to config.xml metadata, then
add an extra box asking user if they want to load a FASTA file and validate.
On the server side, we want to check that the names in the FASTA file match the
names in the metadata file, catching two possible error types:
1. metadata file contains Identifiers NOT in the FASTA file.. throw warning
2. FASTA file contains identifiers NOT in the metadata file ... throw warning.
The attached Perl script from Cynthia does this feature now, which users have
to run manually. We basically
want this functionality bundled in the current application environment.
Original issue reported on code.google.com by [email protected] on 15 Jul 2014 at 3:11
Original issue reported on code.google.com by
[email protected]
on 15 Jul 2014 at 3:11Attachments:
The text was updated successfully, but these errors were encountered: