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

Fix Hard Coded Paths in Tests #2

Open
drkennetz opened this issue Aug 9, 2019 · 0 comments
Open

Fix Hard Coded Paths in Tests #2

drkennetz opened this issue Aug 9, 2019 · 0 comments

Comments

@drkennetz
Copy link
Contributor

I have written many bats tests with hard-coded parameter paths because an absolute path is required. Here is a list of hard-coded paths:

mispriming_library: /home/dkennetz/PrimerTK/test/genomeStandard/bats_tests/data/wf/humrep.ref
mispriming_library: /home/dkennetz/PrimerTK/test/genomeSV/bats_tests/data/sv/humrep.ref
  path: /home/dkennetz/PrimerTK/test/genomeSV/bats_tests/data/sv/input2.csv
  path: /home/dkennetz/PrimerTK/test/genomeSV/bats_tests/data/sv/insertion_input.csv
  path: /home/dkennetz/PrimerTK/test/genomeSV/bats_tests/data/sv/insertion_test.fa
  path: /home/dkennetz/PrimerTK/test/genomeSV/bats_tests/data/sv/test.fa
thermodynamics_path: /home/dkennetz/primer3/src/primer3_config
thermodynamics_path: /home/dkennetz/primer3/src/primer3_config/
thermodynamics_path: '/home/dkennetz/primer3/src/primer3_config'

It would be better to generate these as the test is running, rather than hard-coding these.

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