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
The XAVIER GUI only selects Agilent_SSv7_allExons_hg38.bed as defaults target file even when the genome is mm10.
Agilent_SSv7_allExons_hg38.bed
mm10
Update the src/gui.py to contain another if-else statement to check the genome argument and assign the default target file accordingly.
src/gui.py
The text was updated successfully, but these errors were encountered:
samarth8392
Successfully merging a pull request may close this issue.
Issue
The XAVIER GUI only selects
Agilent_SSv7_allExons_hg38.bed
as defaults target file even when the genome ismm10
.Solution
Update the
src/gui.py
to contain another if-else statement to check the genome argument and assign the default target file accordingly.The text was updated successfully, but these errors were encountered: