-
Notifications
You must be signed in to change notification settings - Fork 709
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
No channel created for ch_fasta_for_rsem_reference #432
Comments
@kviljoen - if you're able to post any more details about this problem in this issue, that would be really helpful (for example, log output). Thanks! |
From the .nextflow.log I have:
'[main] DEBUG nextflow.Session - Session aborted -- Cause: Unknown variable 'ch_fasta_for_rsem_reference'
|
Could you please post the whole log file? There may be other clues, and it will tell us which exact version of the pipeline you're using. The command you used, the input references you used and the different pipeline options may also be important. |
The command / config used especially is likely to be helpful. The |
Copied from #375 (comment): Attached log file from |
Hi @kviljoen, Thanks for this! For future reference, the launch command was:
First though is that you're using quite an old version of Nextflow,
I doubt that this is causing this problem, but the fact that we've pinned Do you get the same issue running with the test data profile? So, this command: nextflow run kviljoen/RNAseq --forwardStranded --removeRiboRNA -profile test,uct_hpc -r dev Phil |
Side note: Editing the pipeline code makes debugging and updating super difficult - it's much much better to use nf-core/configs for the kinds of changes you've introduced there: https://nf-co.re/usage/configuration
Tweaking the pipeline to run optimally without changing the main pipeline code is one of the main strengths of Nextflow & nf-core in my mind 😄 |
Hi Phil, Thanks I'll try get our cluster nextflow updated. I don't get the same error when running Regarding the pipeline editing, of course you are right, I'll try keep changes to the config or feature requests if necessary. We are no longer using |
Weird, what is If Phil |
I actually have no idea what Would be great if you could update with uct_hpc config, thanks @ewels :) |
In theory, it could be that this was based on the recent introductions made in here #419 but local testing of this here:
|
Hi Alexander, Phil I tried again after updating to Nextflow 20.04 and with the nf-core/rnaseq
but still get the same error: testrun.log Solution: check the formatting of the GTF file. Most likely cause is the If I try a run on test data:
I get error: No such variable: ch_fasta_for_rsem_reference Check script '/home/kviljoen/.nextflow/assets/nf-core/RNAseq/main.nf' |
Hi Katie, I'll have a sit with some of the newer issues with the RNAseq pipeline these days after work to get this fixed. Can't work on it during work atm unfortunately, so have to shift this into spare time. Thanks for log & error details, that helps a lot in debugging! |
Should be fixed as of #436 |
Originally posted by @kviljoen in #375 (comment)
Unknown variable 'ch_fasta_for_rsem_reference'
where it looks like there was no channel created forch_fasta_for_rsem_reference
.The text was updated successfully, but these errors were encountered: