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

Paired end files are being classified as single_end: true #129

Closed
nschcolnicov opened this issue Feb 19, 2024 · 1 comment
Closed

Paired end files are being classified as single_end: true #129

nschcolnicov opened this issue Feb 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nschcolnicov
Copy link

Description of the bug

The ch_input definition classifies all samples as single end:
image
The println statement in this part of the rnavar.nf workflow prints a nested list, so it will always be of size 1:
image
Adding a flatten() before checking the size should fix it

Command used and terminal output

nextflow run ../../main.nf -profile bi,cluster --outdir . --annotate_tools vep --input https://raw.githubusercontent.com/nf-core/test-datasets/rnavar/samplesheet/v1.0/samplesheet_full.csv -c ../config.config -resume

Relevant files

No response

System information

No response

@nschcolnicov nschcolnicov added the bug Something isn't working label Feb 19, 2024
@nschcolnicov
Copy link
Author

Nevermind, I see that this is used to concatenate reads for samples with replicates, I think that the meta key should be replaced for something like "has_replicates" instead, to avoid confusion, but this doesn't impact the pipeline's execution

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

1 participant