Add missing Python dependency to Bowtie #22277
Open
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.
(created using
eb --new-pr
)The
bowtie
binary is a Python script: https://github.com/BenLangmead/bowtie/blob/v1.3.1/bowtie#L1Also removed the C++ standard setting which isn't required since 1.2.3 and added a sanity check command
PR failure is due to
CLEAR-20210117-foss-2021b-Python-2.7.18.eb
which depends on Bowtie 1.3.1. However Bowtie requires Python3. I don't see a clear way out. Maybe purposely add aBowtie-1.3.1-nopython
to use for this single case even though it will then use a system python3 or fail if that isn't available.