8000 ENA validate and test work, but submission ends prematurely · Issue #124 · enasequence/webin-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ENA validate and test work, but submission ends prematurely #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
iwilkie opened this issue Jun 11, 2024 · 1 comment
Open

ENA validate and test work, but submission ends prematurely #124

iwilkie opened this issue Jun 11, 2024 · 1 comment

Comments

@iwilkie
Copy link
iwilkie commented Jun 11, 2024

Hi,

I've noticed this a few times when submitting to ENA via the webin-cli, but haven't been able to figure out what the issue is. The validate and test submission steps work, but the actual submission ends prematurely and doesn't report any errors/messages.

This is what I ran (username and password redacted):

$ java -jar webin-cli-7.2.1.jar -context genome -userName 🟥  -password 🟥 -manifest chordibacter_forsetii/manifest.txt -inputDir chordibacter_forsetii/ -outputDir chordibacter_forsetii/ -validate
INFO : Your application version is 7.2.1
INFO : Please upgrade to Webin-CLI version 7.0.1 or later if you see the following error: Failed to initialise validator. Could not retrieve BioSample.
INFO : Submission(s) validated successfully.
INFO : Creating report file: /Users/iwilkie/Desktop/PhD/ENA_submit/chordibacter_forsetii/./webin-cli.report

$ java -jar webin-cli-7.2.1.jar -context genome -userName 🟥  -password 🟥 -manifest chordibacter_forsetii/manifest.txt -inputDir chordibacter_forsetii/ -outputDir chordibacter_forsetii/ -submit -test
INFO : Your application version is 7.2.1
INFO : Please upgrade to Webin-CLI version 7.0.1 or later if you see the following error: Failed to initialise validator. Could not retrieve BioSample.
INFO : Connecting to FTP server : webin2.ebi.ac.uk
INFO : Creating report file: /Users/iwilkie/Desktop/PhD/ENA_submit/chordibacter_forsetii/./webin-cli.report
INFO : Uploading file: /Users/iwilkie/Desktop/PhD/ENA_submit/chordibacter_forsetii/20110523_Bin_36_1.fa.gz
INFO : Files have been uploaded to webin2.ebi.ac.uk. 
INFO : The submission has been completed successfully. The following analysis accession was assigned to the submission: ERZ24776052
INFO : This was a TEST submission(s).

$ java -jar webin-cli-7.2.1.jar -context genome -userName 🟥  -password 🟥  -manifest chordibacter_forsetii/manifest.txt -inputDir chordibacter_forsetii/ -outputDir chordibacter_forsetii/ -submit
INFO : Your application version is 7.2.1
INFO : Please upgrade to Webin-CLI version 7.0.1 or later if you see the following error: Failed to initialise validator. Could not retrieve BioSample.

manifest.txt.report is empty (in the second step it just said "This was a TEST submission(s).", but it was overwritten)

webin-cli.report:

2024-06-10T18:54:08 INFO : Connecting to FTP server : webin2.ebi.ac.uk
2024-06-10T18:54:09 INFO : Uploading file: /Users/iwilkie/Desktop/PhD/ENA_submit/chordibacter_forsetii/20110523_Bin_36_1.fa.gz
2024-06-10T18:54:16 INFO : Files have been uploaded to webin2.ebi.ac.uk. 
2024-06-10T18:54:16 INFO : The submission has been completed successfully. The following analysis accession was assigned to the submission: ERZ24776052
2024-06-10T18:54:16 INFO : This was a TEST submission(s).

It seems like the submit step doesn't actually work, has anybody encountered this before? As I mentioned, I've encountered this before, but last time I just waited some hours, then re-ran the submit step, and then it worked. Is it something I'm missing/doing incorrectly, or a server-side issue?

Thanks! :)

@iwilkie
Copy link
Author
iwilkie commented Jun 11, 2024

In case anybody should run into this issue, I've managed to stumble into the solution:

  1. Delete all files generated by the validation and test submission
  2. Rerun the submission

I guess the tool runs into an issue trying to rewrite the files that it previously generated...

Hope that helps you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0