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
on 2.29.2, the BEDTOOLSFLAG variable was getting set to "OLD" when it should have been set to new.
I changed lines 272 and 273, swapping the arguments passed to CheckVersion function
CheckVersion "2.24.0" "$real_version" && BEDTOOLSFLAG="OLD" CheckVersion "$real_version" "2.26.0" && BEDTOOLSFLAG="NEW"
I tested it, and it works unless the version is 2.24.0 - 2.26.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
on 2.29.2, the BEDTOOLSFLAG variable was getting set to "OLD" when it should have been set to new.
I changed lines 272 and 273, swapping the arguments passed to CheckVersion function
I tested it, and it works unless the version is 2.24.0 - 2.26.0
The text was updated successfully, but these errors were encountered: