Skip to content
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

Error building singularity container #52

Closed
mezewudo opened this issue Jul 17, 2019 · 9 comments
Closed

Error building singularity container #52

mezewudo opened this issue Jul 17, 2019 · 9 comments

Comments

@mezewudo
Copy link

I had this error after a while processing the singularity build command:

Error running: enaDataGet -d tmp.7933 -f fasta CVQQ00000000 at /clockwork/scripts/make_pipeline_reference_files.pl line 189.
ABORT: Aborting with RETVAL=255

I do not know what the issue is, it just says something unexpected went wrong, and to try again and if problem persists, ask for assistance.

Thanks for your time.

@pr0xxy
Copy link

pr0xxy commented Aug 13, 2019

Same here:

  • /clockwork/scripts/make_pipeline_reference_files.pl /clockwork/reference_genomes/
    ------------------- download genomes --------------------
    enaDataGet -d tmp.3901 -f fasta CCBF00000000
    ERROR: Something unexpected went wrong please try again.
    If problem persists, please contact datasubs@ebi.ac.uk for assistance.
    Error running: enaDataGet -d tmp.3901 -f fasta CCBF00000000 at /clockwork/scripts/make_pipeline_reference_files.pl line 190.
    ABORT: Aborting with RETVAL=255
    Cleaning up...

@iqbal-lab
Copy link
Contributor

Sorry for not addressing this sooner. I'll look tomorrow. Cc @martinghunt

@martinghunt
Copy link
Member

Strange. I just ran it and it worked for me:

$ ./make_pipeline_reference_files.pl OUT
------------------- download genomes --------------------
wget -nv -O CBMO000000000.fa 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nucleotide&rettype=fasta&retmode=text&id=CBMO000000000'
2019-08-13 18:21:05 URL:https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nucleotide&rettype=fasta&retmode=text&id=CBMO000000000 [1] -> "CBMO000000000.fa" [1]
enaDataGet -d tmp.2481 -f fasta CCBF00000000
Completed
mv tmp.2481/* CCBF00000000.fa.gz
rm -r tmp.2481
enaDataGet -d tmp.2481 -f fasta CWKH00000000
...

@martinghunt
Copy link
Member

@pr0xxy did it hang for ages on the line:
enaDataGet -d tmp.3901 -f fasta CCBF00000000
before throwing the error? Or was it instant? I have had it hang on me and had to kill it. (See issue #53).

@mezewudo
Copy link
Author

mezewudo commented Aug 13, 2019 via email

@pr0xxy
Copy link

pr0xxy commented Aug 13, 2019

@pr0xxy did it hang for ages on the line:
enaDataGet -d tmp.3901 -f fasta CCBF00000000
before throwing the error? Or was it instant? I have had it hang on me and had to kill it. (See issue #53).
Trying to build a singularity image:

git clone https://github.com/iqbal-lab-org/clockwork.git

singularity image.create -s 8000 clockwork_container.img
singularity build clockwork_container.img clockwork_container.def Singularity

The script is called from clockwork_container.def

What am I doing wrong?

@martinghunt
Copy link
Member

Are you behind a firewall? Could it be blocking the download?

@pr0xxy
Copy link

pr0xxy commented Aug 14, 2019

Are you behind a firewall? Could it be blocking the download?

So I found out the FTP protocol has newly been blocked by our firewall. It seems I will need to find a HTTP mirror. I will update this with what happens.

Thanks,

pr0xxy

@martinghunt
Copy link
Member

The URLs are updated for those downloads, and are now HTTP instead of FTP. Please see release 0.7.8 https://github.com/iqbal-lab-org/clockwork/releases/tag/v0.7.8

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

4 participants