-
Notifications
You must be signed in to change notification settings - Fork 17
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
Catch identical filenames #192
Comments
maybe there is a way to just remove the ".fastq.gz" or ".fastq" ? because with basename the .fastq remains in the sample names |
But then we should also cover .fq, .fq.gz ... on the other hand it's not the worst when the sample names still have the .fq extension but the pipeline still runs through ;) just if we miss some weired file end |
True, haven't thought about that. Here a code snippet for the sanity check
|
ping @DataSpott |
I suggest to change
simpleName
tobaseName
here:poreCov/poreCov.nf
Line 183 in 9ba98fe
(and potentially somewhere else) to avoid problems with file names with more than one
.
.Else or in addition a sanity check for identical file names would be good.
Context: https://www.nextflow.io/docs/latest/script.html#check-file-attributes
The text was updated successfully, but these errors were encountered: