-
Notifications
You must be signed in to change notification settings - Fork 73
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
SRAtools download seems to insert paired-end suffix into workdir path #221
Comments
looking at the code and the actual command.sh file (see below) I actually think this is a fasterq-dump issue because the error message seems to be printed by fasterq-dump
|
i opened an issue with them now. |
I am able to reproduce this locally when running nf-test:
|
As outlined in ncbi/sra-tools#865 (comment) |
I got the same bug, (and my email , full of dots, is in my path...). If fixed this on my side for paired-ends reads with the following code for fetchngs/modules/nf-core/sratools/fasterqdump/main.nf
|
This should be fixed in the next pipeline release by downgrading the version of sratools until it is fixed upstream. See #261 I will leave this issue open until then as fixing upstream is the desired resolution. In the meantime, anyone wanting to use more recent support for
|
Description of the bug
I am downloading data from SRA using the SRA-tools suite. Prefetch finished without an issue. However, fasterq-dump failed with the following error:
From the looks it seems like the _1, _2 suffix seems to be inserted into the work directory path. Looking at the code I did not find a reason for this unfortunately.
Command used and terminal output
Relevant files
nextflow.log
System information
Nextflow version 23.04.2
The text was updated successfully, but these errors were encountered: