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

File name collision due to "." in the file name #193

Closed
hoelzer opened this issue Jan 13, 2022 · 5 comments
Closed

File name collision due to "." in the file name #193

hoelzer opened this issue Jan 13, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@hoelzer
Copy link
Collaborator

hoelzer commented Jan 13, 2022

We run poreCov directly on some provided FASTQ files w/o checking the file names in detail. The pipeline failed then because of

Process `create_summary_report_wf:plot_coverages` input file name collision -- There are multiple input files for each of the following file names

The issue is very likely the FASTQ file names:

  • foobar_25.fastq.gz
  • foobar_26.fastq.gz
  • foobar2.4_2_27.fastq.gz
  • foobar2.4_2_28.fastq.gz

and it seems that in the pipeline everything after the first "." gets removed. And then we end up with a channel that has non-unique entries foobar2.

Can we fix this, or include something to test the file names before the pipeline really starts?

@hoelzer hoelzer added the bug Something isn't working label Jan 13, 2022
@MarieLataretu
Copy link
Collaborator

see also #192

@hoelzer
Copy link
Collaborator Author

hoelzer commented Jan 13, 2022

ah, nice @MarieLataretu , thx ;)

@replikation
Copy link
Owner

replikation commented Jan 13, 2022 via email

@replikation
Copy link
Owner

closing this as its referenced in #192

@hoelzer
Copy link
Collaborator Author

hoelzer commented Jan 13, 2022

Yes thx for closing, we just opened the issues simultaneously ;) lets continue the discussion in #192

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

No branches or pull requests

3 participants