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

Functional Tests Missing File #10

Open
jillslind opened this issue Sep 5, 2018 · 0 comments
Open

Functional Tests Missing File #10

jillslind opened this issue Sep 5, 2018 · 0 comments

Comments

@jillslind
Copy link

When executing the functional tests, check_download.py downloads the genome from google stored files. The genome is unindexed, and there is no code to make a fasta index of the genome. This causes the tests to fail.

Proposed fix (two options):

  • Download the GRCh37.fa.fai file from where the GRCh37.fa file is located
  • Write code to generate an index for the downloaded file (i.e. samtools faidx GRCh37.fa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant