Closed cihaterdogan closed 6 months ago
Hi @cihaterdogan
Your command works for me with v1.0.3. Can you confirm that the same command but with -r 1.0.2 does not work for you?
This does look to be a SIngularity issue. What version are you using: singularity --version
?
Hi @nrhorner
Yes, the pipeline works with -r v1.0.2 but it doesn't work with -r v1.0.3. I'm using singularity/3.7.2.
Thanks.
Hi @cihaterdogan
This is a puzzle to me why you get this error in v1.0.3 but not v1.0.2. Would you be able to paste the output of it 'working' with v1.0.2 please?
Hi @nrhorner,
Thank you for your reply. The institution deletes unused files in the scratch folder after 30 days. I'm sorry, but I can't share the files you requested.
Operating System
Other Linux (please specify below)
Other Linux
Red Hat Enterprise 8.x
Workflow Version
v1.0.3
Workflow Execution
Command line
EPI2ME Version
No response
CLI command run
module load singularity module load java
nextflow is installed to "/path/for/nextflow"
wf-aav-qc data is downloaded to the same folder "/path/for/nextflow"
mkdir -p /path/for/nextflow/singularity
export NXF_SINGULARITY_CACHEDIR=/path/for/nextflow/singularity export SINGULARITY_TMPDIR=/path/for/nextflow/singularity export NXF_HOME=/path/for/nextflow
OUTPUT=wf-aav-qc-demo_results_2
./nextflow run epi2me-labs/wf-aav-qc -r v1.0.3 \ -w ${OUTPUT}/workspace \ -profile singularity \ --threads 8 \ --fastq wf-aav-qc-demo/simulated_reads.fq \ --ref_host wf-aav-qc-demo/cell_line.fasta.gz \ --ref_helper wf-aav-qc-demo/helper.fasta \ --ref_rep_cap wf-aav-qc-demo/repcap.fasta \ --ref_transgene_plasmid wf-aav-qc-demo/transgene.fasta \ --itr1_start 11 \ --itr1_end 156 \ --itr2_start 2156 \ --itr2_end 2286 \ --out_dir ${OUTPUT}
Workflow Execution - CLI Execution Profile
None
What happened?
I'm trying to run the pipeline as a job (with Slurm) on my institution's clusters, but I get the following error.
ERROR ~ Error executing process > 'fastcat (1)'
I was able to successfully run the version v1.0.2 of the workflow with the demo data. I would be grateful for any advice.
Thanks!
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
other (please describe below)
Other demo data information