We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting error "Command error: .command.run: line 317: /usr/bin/activate: No such file or directory"
nf-core/rnaseq 3.18.0 ------------------------------------------------------ Input/output options input : /home/lus03/gtmvish/work/wheat/nfcore/samplesheet.csv outdir : /home/lus03/gtmvish/work/wheat/nfcore/result/ Reference genome options fasta : /home/lus03/gtmvish/work/wheat/ref_seqs/Triticum_aestivum.IWGSC.59.dna.toplevel.fa.gz gtf : /home/lus03/gtmvish/work/wheat/ref_seqs/Triticum_aestivum.IWGSC.59.gtf.gz Core Nextflow options revision : master runName : cheeky_einstein launchDir : /home/lus03/gtmvish/work/wheat/nfcore workDir : /home/lus03/gtmvish/work/wheat/nfcore/work projectDir : /home/lus03/gtmvish/.nextflow/assets/nf-core/rnaseq userName : gtmvish profile : conda configFiles: !! Only displaying parameters that differ from the pipeline defaults !! ------------------------------------------------------ * The pipeline https://doi.org/10.5281/zenodo.1400710 * The nf-core framework https://doi.org/10.1038/s41587-020-0439-x * Software dependencies https://github.com/nf-core/rnaseq/blob/master/CITATIONS.md Execution cancelled -- Finishing pending tasks before exit -[nf-core/rnaseq] Pipeline completed with errors- ERROR ~ Error executing process > 'NFCORE_RNASEQ:RNASEQ:FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:FASTQC (sample2)' Caused by: Process `NFCORE_RNASEQ:RNASEQ:FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:FASTQC (sample2)` terminated with an error exit status (1) Command executed: printf "%s %s\n" TWM-89_1.fq.gz sample2_raw_1.gz TWM-89_2.fq.gz sample2_raw_2.gz | while read old_name new_name; do [ -f "${new_name}" ] || ln -s $old_name $new_name done fastqc \ --quiet \ --threads 6 \ --memory 6144 \ sample2_raw_1.gz sample2_raw_2.gz cat <<-END_VERSIONS > versions.yml "NFCORE_RNASEQ:RNASEQ:FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:FASTQC": fastqc: $( fastqc --version | sed '/FastQC v/!d; s/.*v//' ) END_VERSIONS Command exit status: 1 Command output: (empty) Command error: .command.run: line 317: /usr/bin/activate: No such file or directory Work dir: /home/lus03/gtmvish/work/wheat/nfcore/work/be/204d8b836f1c6456a83b5be13bb96c Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out` -- Check '.nextflow.log' file for details ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting -- Check '.nextflow.log' file for details
logs.zip
nextflow version 24.10.3 hardware: hpc executor: PBS torque profile conda os CentOS Linux release 7.6 Version of nf-core/rnaseq 3.18.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
I am getting error "Command error:
.command.run: line 317: /usr/bin/activate: No such file or directory"
Command used and terminal output
Relevant files
logs.zip
System information
nextflow version 24.10.3
hardware: hpc
executor: PBS torque
profile conda
os CentOS Linux release 7.6
Version of nf-core/rnaseq 3.18.0
The text was updated successfully, but these errors were encountered: