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

fasterq-dump: cannot create this file, full path is changed with _1 and _2 #899

Open
lindenb opened this issue Jan 25, 2024 · 1 comment

Comments

@lindenb
Copy link

lindenb commented Jan 25, 2024

Hi all,

I'm trying to run fasterq-dump 3.0.8 via the nfcore/fetchngs workflow. Whenever I try to run fasterq-dump the workflow raises an error with the following message:

Command error:                                                                                                                                 
                                                                                                                                                   
        Error: fasterq-dump cannot create this file: '/scratch/nautilus/users/[email protected]/work/NEXTFLOW/2024/202310123.xxxx_2.GRCh38/work/
STEP1/SRA/71/fd281d46f664e7c9a993412a7a9086/SRX10474968_SRR14103035'
                                                                                                                                                             
        Error: fasterq-dump cannot create this file: '/scratch/nautilus/users/[email protected]/work/NEXTFLOW/2024/202310123.xxxx_1.GRCh38/work/
STEP1/SRA/71/fd281d46f664e7c9a993412a7a9086/SRX10474968_SRR14103035'
  spots read      : 46,172,755                    
  reads read      : 92,345,510                            

the script below is launched in /scratch/nautilus/users/[email protected]/work/NEXTFLOW/2024/202310123.xxxx.GRCh38/work/STEP1/SRA/71/fd281d46f664e7c9a993412a7a9086/.command.sh:

export NCBI_SETTINGS="$PWD/user-settings.mkfg"

fasterq-dump \
    --split-files --include-technical \
    --threads 6 \
    --outfile SRX10474968_SRR14103035 \
     \
    SRR14103035

I'm also suprised about the path the tool is trying to create: why are _1 and _2 are added in the middle of the path ?

(...) /202310123.xxxx_1.GRCh38/work/STEP1/SRA/71/fd281d46f664e7c
                      ^
                      |
@lindenb
Copy link
Author

lindenb commented Jan 25, 2024

looks like a duplicate of: #865

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