You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: