fix: clone command in test_trtools.sh
testing script
#214
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes a mistake I made in b23fa56 (in PR #202). I forgot to clone into the current directory and only realized when the bioconda test failed in bioconda/bioconda-recipes#45894 (comment). We managed to patch the bioconda recipe, but anyone who tries to run the
test_trtools.sh
script after installing TRTools 6.0.0 with pip will still run into an error. This PR fixes that error for the next release of TRTools.Update (2/20): I also added commit 37c75bb to ensure the
test_trtools.sh
script can be executed locally in a development installation of TRTools. Of course, this should only be used to test that thetest_trtools.sh
script itself is working. It won't actually test TRTools properly because it will use an outdated version of our test and data files.