You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So regarding the unknown profile I am very sorry, but I cannot reproduce that error...I just ran the pipeline with that profile and it worked just fine; it is defined in the nextflow.config.
Regarding the problem with the contrasts file, your layout is not correct. I can see how the docu is a bit unclear in that regard, I will update it.
I'm not quite sure what the contrasts should look like in your case but I believe it might be this?
That is to say, the header of the csv file has to be the same always; the entry for blocking can be left out, but the word blocking itself still has to appear in the header row. I'll specify this in the docs :)
I'm closing this for now, don't hesitate to reopen if you still have trouble with the pipeline!
Just had a look at the code, my bad; the optional columns are treated a bit differently right now, i.e. exclude_samples_col and exclude_samples_values are truly optional whereas for blocking, at least the column name seems to be necessary right now. Will see if I can change this during the hackathon 💪
Description of the bug
https://nf-co.re/differentialabundance/1.2.0/docs/usage mentions in section Contrasts file
blocking
is listed under optional arguments.Leaving out this column from contrasts file, the pipeline will complain
In addtion documentation's Quick start mentions
-profile rnaseq
using this profile will cause an error message that this profile is not defined
Command used and terminal output
Relevant files
System information
N E X T F L O W ~ version 23.04.1
https://github.com/nf-core/differentialabundance
[determined_waddington] DSL2 - revision: 3a849f0 [master]The text was updated successfully, but these errors were encountered: