We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
It would be better to generate these as the test is running, rather than hard-coding these.
The text was updated successfully, but these errors were encountered: