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

iGenomes currently not optional, but deactivated by default #91

Closed
marchoeppner opened this issue Sep 10, 2019 · 2 comments
Closed

iGenomes currently not optional, but deactivated by default #91

marchoeppner opened this issue Sep 10, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@marchoeppner
Copy link

Currently, the pipeline deactivates iGenomes by default; but it expects the "params.genomes" to be set, for example here:

params.fasta = params.genome ? params.genomes[ params.genome ].fasta ?: false : false

I suppose this should be put into a condition , to also allow setting params.fasta and params.gtf from outside the pipeline.

@matq007
Copy link
Member

matq007 commented Sep 10, 2019

Ah, you are right! Good point, I will fix this in next version. Thank you for the catch 👍

@matq007 matq007 added the bug Something isn't working label Sep 10, 2019
@matq007
Copy link
Member

matq007 commented Oct 28, 2019

Solved. The upcoming version will only support Ensembl version as was discussed on Slack channel.

@matq007 matq007 closed this as completed Oct 28, 2019
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

2 participants