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

using ensemblgenomes for non-vertebrate references #341

Open
RvV1979 opened this issue Apr 17, 2021 · 2 comments
Open

using ensemblgenomes for non-vertebrate references #341

RvV1979 opened this issue Apr 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@RvV1979
Copy link

RvV1979 commented Apr 17, 2021

Hi Johannes,
I am trying to implement the https://github.com/snakemake-workflows/dna-seq-gatk-variant-calling workflow for non-vertebrate (plant) genomes that are available through ensemblgenomes.org. However, the https://github.com/snakemake/snakemake-wrappers/tree/master/bio/reference wrappers use only the canonical ensembl ftp site.

Is it possible to use these wrappers for ensemblgenomes ?

Thanks

@RvV1979 RvV1979 added the enhancement New feature or request label Apr 17, 2021
@fgvieira
Copy link
Collaborator

fgvieira commented Apr 1, 2022

The wrapper currently uses the URL ftp://ftp.ensembl.org/pub/{branch}release-{release}/fasta/{species}/{datatype}/{species_cap}.{spec}.{suffix}.

For ensembl genomes, would it be enough to change it to ftp://ftp.{source}.org/pub/{branch}release-{release}/fasta/{species}/{datatype}/{species_cap}.{spec}.{suffix}?

Can you provide an example snakemake rule for testing?

@fgvieira
Copy link
Collaborator

I believe this has been fixed on #546.
Can you double check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants