Update bcftools.yaml to remove gsl dependency comment - #222
Open
KasperThystrup wants to merge 6 commits into
Open
Update bcftools.yaml to remove gsl dependency comment#222KasperThystrup wants to merge 6 commits into
KasperThystrup wants to merge 6 commits into
Conversation
* Removed gsl dependency comment in bcftools.yaml as bcftool pkg now includes correct libraries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Cleaning up in the environment files
Type of Change
Add a label to this PR by commenting one of the following:
/build- Minor documentation or general repository. These changes will not increment the software version upon successful merge/patch- Bugfixes and typos/minor- New features and software enhancements/major- Backwards incompatible changes (collaborators only)Note: The label check waits 20 seconds before reading labels. Comment your label immediately after creating the PR to ensure the check passes.
Checklist
Before creating a Pull request for your changes, you can save time by completing the following steps in advance, on you local repository.
Special case
buildlabel to my PR and I will Skip all tasks below!Setup (Required for all PRs)
pip install .in an appropriate virtual environment)For Adding or Removing Modules
.smkfile:PR_analysis.smkfor paired-end readsSR_analysis.smkfor single-end readsanalysis.smkfor assembly-based analysismmaseq/src/mmaseq/config/species_configs/test.yamlandall.yamlmmaseq/src/mmaseq/data/reads/reads.urlsmmaseq/src/mmaseq/data/samplesheet.tsv(if needed)mmadeploy --testand confirmed that my module completed succesfullyminorlabel to my PRFor other pipeline Changes
mmadeploy --updatepatchORminorlabel (depending on the type of changes) to my PRRelated Issues