Skip to content

Commit

Permalink
Merge pull request #426 from apriltuesday/june-submission
Browse files Browse the repository at this point in the history
Ensure complete counts report is output to logs dir
  • Loading branch information
apriltuesday authored Apr 30, 2024
2 parents 4bbfd8f + 27ce9be commit b9cdaa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OT_SCHEMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.1
3 changes: 2 additions & 1 deletion cmat/output_generation/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def print_report(self):
Total number of complete evidence strings generated\t{self.complete_evidence_string_count}
Total number of ClinVar records\t{self.clinvar_total}
Fatal: No traits with valid names\t{self.clinvar_fatal_no_valid_traits}
Fatal: Cannot produce evidence\t{self.clinvar_fatal}
No traits with valid names\t{self.clinvar_fatal_no_valid_traits}
No clinical significance\t{self.clinvar_fatal_no_clinical_significance}
Skipped: Can be rescued by future improvements\t{self.clinvar_skipped}
Unsupported variation type\t{self.clinvar_skip_unsupported_variation}
Expand Down
2 changes: 2 additions & 0 deletions pipelines/annotation_pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ process collectEvidenceStrings {
process collectCounts {
label 'short_time'
label 'small_mem'
clusterOptions "-o ${batchRoot}/logs/collect_counts.out \
-e ${batchRoot}/logs/collect_counts.err"

publishDir "${batchRoot}/logs",
overwrite: true,
Expand Down

0 comments on commit b9cdaa0

Please sign in to comment.