-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This code
nextflow run fmalmeida/ngs-preprocess -r dev -latest -profile docker --sra_ids "./input/sra_ids.txt" --output illumina_single --shortreads_type "single" --fastp_additional_parameters " --trim_front1 5 --trim_tail1 5 "hangs during procesing on 0/1 for the FASTP process
[54/9c682c] process > SRA_FETCH:GET_FASTQ (SRR28776895) [100%] 1 of 1 ✔
[32/48d60d] process > SRA_FETCH:GET_METADATA (SRR28776895) [100%] 1 of 1 ✔
[- ] process > NANOPORE:PORECHOP -
[- ] process > NANOPORE:FILTER -
[- ] process > NANOPORE:NANOPACK -
[- ] process > PACBIO:BAM2FASTQ -
[- ] process > PACBIO:NANOPACK -
[- ] process > PACBIO:FILTER -
[17/78fe41] process > ILLUMINA:FASTP (SRR28776895) [ 0%] 0 of 1
However, there are 3 fastq files produced and following the previous command with this command completes the preprocessing:
nextflow run fmalmeida/ngs-preprocess -r dev -latest -profile docker --shortreads "illumina_single/SRA_FETCH/FASTQ/SRR28776895_data/*.fastq.gz" \
--output illumina_single --shortreads_type "single" --fastp_additional_parameters " --trim_front1 5 --trim_tail1 5 "
executor > local (3)
[- ] process > SRA_FETCH:GET_FASTQ -
[- ] process > SRA_FETCH:GET_METADATA -
[- ] process > NANOPORE:PORECHOP -
[- ] process > NANOPORE:FILTER -
[- ] process > NANOPORE:NANOPACK -
[- ] process > PACBIO:BAM2FASTQ -
[- ] process > PACBIO:NANOPACK -
[- ] process > PACBIO:FILTER -
[64/63cded] process > ILLUMINA:FASTP (SRR28776895_2) [100%] 3 of 3 ✔
My guess is the nextflow does not point to the downloaded SRA files automatically. Perhaps there's a flag I missed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working