Open RaverJay opened 3 weeks ago
I think the issue is that the sample names start with a number. So the quick fix is to make sure your sample names do not start with numeric characters. This seems to be somewhat related to issue #1364 which was solved (that R doesn't change -
into .
). BUT this situation with a starting numeric character seems to have a slightly different root cause.
You are correct, output tables have a prepended 'X' in the column names. Thanks R, very cool -_-
I guess the old version works because the failing script is new?
Maybe the pipeline should issue a warning when the metadata is first read then
Description of the bug
Hey, on the current version 3.17.0, I get:
Error in findColumnWithAllEntries(ids, metadata) : No column contains all vector entries
from:
This summarizedexperiment.r script seems to look for the geneids in the samplesheet?! Not sure what goes wrong here.
Version 3.14.0 ran this step successfully just now, and also ran successfully on this fasta/gff before with other read data.
Best
Command used
samplesheet.csv
Output
Relevant files
No response
System information
Nextflow v24.10.0 64 core desktop server local executor singularity nfcore/rnaseq v3.17.0