Skip to content

Commit 741dd73

Browse files
TCLamnidisjfy133ilight1542
authored
Apply suggestions from code review
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: Ian Light-Maka <86308592+ilight1542@users.noreply.github.com>
1 parent 4b70956 commit 741dd73

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/schema_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"format": "file-path",
8080
"pattern": "^\\S+\\.vcf.gz$",
8181
"exists": true,
82-
"errorMessage": "VCFs files cannot contain any spaces and must have extension '.vcf.gz' and be gzip zipped."
82+
"errorMessage": "VCFs files cannot contain any spaces and must have extension '.vcf.gz' and be gzip compressed."
8383
},
8484
"vcf_reference_id": {
8585
"type": "string",

conf/test.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ params {
6565
metagenomics_run_postprocessing = true
6666

6767
// Consensus sequence generation
68-
run_consensus_sequence = true
69-
consensus_tool = 'multivcfanalyzer'
68+
run_consensus_sequence = true
69+
consensus_tool = 'multivcfanalyzer'
7070
consensus_multivcfanalyzer_write_allele_frequencies = true
7171
}

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,12 +1612,12 @@
16121612
"type": "boolean",
16131613
"description": "Specify to create consensus sequence from VCF files",
16141614
"fa_icon": "fas fa-power-off",
1615-
"help_text": "Specify to create consensus sequence from VCF files."
1615+
"help_text": "Utilize reference genome and generated VCF files to create consensus sequence at set quality thresholds."
16161616
},
16171617
"consensus_tool": {
16181618
"type": "string",
16191619
"fa_icon": "fas fa-hammer",
1620-
"description": "Speficy which tool to use to create consensus sequences: multivcfanalyzer, gencons",
1620+
"description": "Specify which tool to use to create consensus sequences: multivcfanalyzer, gencons",
16211621
"enum": ["multivcfanalyzer", "gencons"],
16221622
"help_text": "Specify the tool to create the consensus sequence. Accepted values: multivcfanalyzer, gencons.\n\nNote: These tools currently only supports diploid GATK UnifiedGenotyper vcfs as input."
16231623
},

0 commit comments

Comments
 (0)