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

Ungzipped GTF created in PREPARE_GENOME subworkflow not being used #148

Closed
nschcolnicov opened this issue Jun 26, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nschcolnicov
Copy link

nschcolnicov commented Jun 26, 2024

Description of the bug

I recently came across this error during the execution of this process "NFCORE_RNAVAR:RNAVAR:FASTQ_ALIGN_STAR:STAR_ALIGN":
image

It seems that the process is complaining about the GTF file not being unzipped, but this is being done in the PREPARE_GENOME subworkflow:
image
However, this is being overwritten in the main.nf file:
image

This line should be change to be the same as for the ch_fasta, and ch_star_index, (ch_gtf = PREPARE_GENOME.out.gtf) else the ch_gtf is being populated by the gzipped version of the gtf file, whenever the params.gtf is true.

UPDATE:
When looking into this issue, I also saw that the ch_fast_fai was also creating an issue, because it was now containing an additional meta map https://github.com/nf-core/rnavar/blob/dev/main.nf:
image
This created issues because the channel also gets added a meta map in some of the modules i.e https://github.com/nf-core/rnavar/blob/dev/subworkflows/local/splitncigar/main.nf:
image
This caused the channel to become a tuple of two meta maps and 1 fasta_fai index, which caused issues in the pipeline execution

All of these new issues seem to have been introduced in this PR: #140

Command used and terminal output

No response

Relevant files

No response

System information

No response

@nschcolnicov
Copy link
Author

PR was merged, closing this issue

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