Skip to content

Commit

Permalink
Align-DNA 10.0.0-rc.1 (#161)
Browse files Browse the repository at this point in the history
* Update align-DNA to v10.0.0-rc.1

* Update CHANGELOG

* Add align-DNa to validation

* Remove redundant aligner param
  • Loading branch information
yashpatel6 authored Jan 31, 2024
1 parent f4f9761 commit 46ed576
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
### Changed
+ Convert-BAM2FASTQ: 2.0.0-rc.1 -> 2.0.0-rc.2
+ Align-DNA: 9.0.0 -> 10.0.0-rc.1

---

Expand Down
1 change: 1 addition & 0 deletions config/methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ methods {

validate_pipelines = {
pipeline_param_exclusion = [
'pipeline-align-DNA': ['dataset_id', 'patient_id', 'sample_id', 'output_dir', 'work_dir', 'spark_temp_dir', 'input', 'input_csv'],
'pipeline-recalibrate-BAM': ['dataset_id', 'patient_id', 'output_dir', 'input'],
'pipeline-call-gSNP': ['dataset_id', 'patient_id', 'output_dir', 'input'],
'pipeline-call-sSNV': ['dataset_id', 'patient_id', 'sample_id', 'output_dir', 'work_dir', 'input'],
Expand Down
3 changes: 0 additions & 3 deletions module/align_DNA/call_align_DNA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ process call_align_DNA {
output_directory = "align-DNA-*/${sample}"
bam = "align-DNA-*/${sample}/BWA-MEM2-2.2.1/output/BWA-MEM2-*${sample}.bam"

aligner = params.align_DNA.aligner.join(',')

String params_to_dump = combine_input_with_params(params.align_DNA.metapipeline_arg_map)
"""
set -euo pipefail
Expand All @@ -40,7 +38,6 @@ process call_align_DNA {
${moduleDir}/../../external/pipeline-align-DNA/main.nf \
-params-file combined_align_dna_params.yaml \
--sample_id ${sample} \
--aligner ${aligner} \
--output_dir \$(pwd) \
--work_dir \$WORK_DIR \
--spark_temp_dir \$WORK_DIR \
Expand Down

0 comments on commit 46ed576

Please sign in to comment.