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
Sample names in featureCounts/counts.tsv contain the prefix up to the first dot in the file name. That means, if your sample names natively contains a dot, it may become truncated and the sample sheets for DESeq2 will fail.
Would it be possible to allow for sample names with dots? I guess, this will be found somewhere in the script that collects the featureCounts/*.txt
My guess is the following line requires and update:
I'm not sure we support dots in sample names. These might cause issues also in R or be transformed to something that will indeed fail.
Would you have an example to test on?
Bug report:
Sample names in
featureCounts/counts.tsv
contain the prefix up to the first dot in the file name. That means, if your sample names natively contains a dot, it may become truncated and the sample sheets for DESeq2 will fail.Would it be possible to allow for sample names with dots? I guess, this will be found somewhere in the script that collects the
featureCounts/*.txt
My guess is the following line requires and update:
https://github.com/maxplanck-ie/snakepipes/blob/master/snakePipes/shared/rscripts/merge_featureCounts.R#L18
The text was updated successfully, but these errors were encountered: