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

fastq-dump error #25

Open
msfuentealba opened this issue Jun 1, 2023 · 2 comments
Open

fastq-dump error #25

msfuentealba opened this issue Jun 1, 2023 · 2 comments

Comments

@msfuentealba
Copy link

Hi all,

I'm trying to run the monorail-external with SRA input but I'm getting the following error. Any ideas? Thanks

I'm running the command /bin/bash ../monorail-external-master/singularity/run_recount_pump.sh ../recount-pump_1.1.1.sif SRR21355139 SRP394927 grcm38 20 ../monorail-external-master/

Other datasets work fine.

2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_START
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_LEN
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - column READ
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - failed /container-mounts/recount/temp_big/dl-SRR21355139/SRR21355139/SRR21355139.sra
2023-06-01T02:05:29 fastq-dump.2.9.1 info: KConfig(repository) found: using VResolver
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_START
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_LEN
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - column READ
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - failed /container-mounts/recount/temp_big/dl-SRR21355139/SRR21355139/SRR21355139.sra
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_START
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_LEN
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - column READ
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - failed /container-mounts/recount/temp_big/dl-SRR21355139/SRR21355139/SRR21355139.sra
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_START
2023-06-01T02:05:29 fastq-dump.2.9.1 warn: column not found while opening table within short read archive module - column LABEL_LEN
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - column READ
2023-06-01T02:05:29 fastq-dump.2.9.1 err: column not found while opening table within short read archive module - failed /container-mounts/recount/temp_big/dl-SRR21355139/SRR21355139/SRR21355139.sra
2023-06-01T02:05:29 fastq-dump.2.9.1 info: KConfig(repository) found: using VResolver
2023-06-01T02:05:29 fastq-dump.2.9.1 info: KConfig(repository) found: using VResolver
2023-06-01T02:05:29 fastq-dump.2.9.1 info: KConfig(repository) found: using VResolver

@ChristopherWilks
Copy link
Collaborator

Hi @msfuentealba,

The issue is most likely the use of the 2.9.1 version of fastq-dump/sra-toolkit in that container.
I've got an updated version (uses sra-toolkit 3.0.x), but I need to test it out before pushing it to the public repo.

I'll try to do that in the next couple of days.

@ChristopherWilks
Copy link
Collaborator

Hi @msfuentealba

I've updated the pump docker image to be 1.1.3 which now uses SRAtoolkit 3.0.2 for both prefetch and fastq-dump, so hopefully should fix this error.

Please give the new image a try and let me know.

Thanks,
Chris

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

2 participants