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

Error when contrast is blocking by multiple variables #67

Closed
clstacy opened this issue Feb 10, 2023 · 0 comments · Fixed by #64
Closed

Error when contrast is blocking by multiple variables #67

clstacy opened this issue Feb 10, 2023 · 0 comments · Fixed by #64
Labels
bug Something isn't working

Comments

@clstacy
Copy link

clstacy commented Feb 10, 2023

Description of the bug

Contrasts that have multiple blocking variables separated by ";" results in an error where the corresponding file is not found, appears the ";" is not being replaced with a "_" in the file name.

Command used and terminal output

nextflow run nf-core/differentialabundance \
	-profile singularity \
	-r 1.0.1 \
	--input samplesheet.csv \
	--contrasts contrasts.csv \
	--matrix rsem.merged.gene_counts.tsv \
	--gtf ensembl_genome/S288C.gtf \
        -w work_core \
	--features_id_col 'gene_id' \
	--outdir results_test \
	-resume


# content of .command.err;  occurred during chunk 8 of Rmd knitting.
processing file: study.Rmd
Quitting from lines 307-342 (study.Rmd) 
Error in FUN(X[[i]], ...) : 
  Differential file .//genotype-WT-GENE-strain;stress.deseq2.results.tsv does not exist
Calls: <Anonymous> ... eval_with_user_handlers -> eval -> eval -> lapply -> lapply -> FUN
Execution halted

Relevant files

No response

System information

Nextflow version 22.10.1
Hardware: HPC
Executor: slurm
Container engine: Singularity
OS: Linux
Version: nf-core/differentialabundance 1.0.1

@clstacy clstacy added the bug Something isn't working label Feb 10, 2023
@pinin4fjords pinin4fjords linked a pull request Feb 15, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants