Skip to content
New issue

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

Fix pulling submodule in release 6.0.0-rc.1 #113

Merged
merged 5 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

- DNA A-mini
- sample: <!-- e.g. A-mini S2.T-1, A-mini S2.T-n1 -->
- input csv: <!-- path/to/input.csv -->
- input yaml: <!-- path/to/input.yaml -->
- config: <!-- path/to/xxx.config -->
- output: <!-- path/to/output -->
- DNA A-full
- sample: <!-- e.g. A-full S2.T-1, A-full S2.T-n1 -->
- input csv: <!-- path/to/input.csv -->
- input yaml: <!-- path/to/input.yaml -->
- config: <!-- path/to/xxx.config -->
- output: <!-- path/to/output -->

Expand All @@ -36,4 +36,4 @@ already, or do not wish to be listed. (*This acknowledgement is optional.*)

- [ ] I have updated the version number in the `metadata.yaml` and `manifest` block of the `nextflow.config` file following [semver](https://semver.org/), or the version number has already been updated. (*Leave it unchecked if you are unsure about new version number and discuss it with the infrastructure team in this PR.*)

- [ ] I have tested the pipeline on at least one A-mini sample with `algorithm = ['delly', 'manta']`. The paths to the test config files and output directories are attached above.
- [ ] I have tested the pipeline on at least one A-mini sample with `algorithm = ['delly', 'manta']`. The paths to the test config files and output directories are attached above.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- YAML input

### Changed
- Update sub-module commit
Faizal-Eeman marked this conversation as resolved.
Show resolved Hide resolved
- Update pipeline SVG
- Update YAML input and tests in `README.md`
- Update Pipeval to `v4.0.0-rc.2`
- Update PipeVal to `v4.0.0-rc.2`
- Parse sample ID from tumor BAM for output directory naming
- Update `README.md` to clarify adjustable parameters and note lab default values

Expand Down
2 changes: 1 addition & 1 deletion external/pipeline-Nextflow-config
Loading