Skip to content

Commit

Permalink
Merge pull request #115 from uparma/fix/bowtie_keys
Browse files Browse the repository at this point in the history
fix bowtie flag keys
  • Loading branch information
ArtiVlasov authored Dec 5, 2022
2 parents f4eb35a + 6120186 commit 9847b9a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"default_value": false,
"description": "Alignment against reverse-complement reference rna strand",
"key_translations": {
"bowtie_style_1": "aligner_no_rc_<REMOVE>",
"ursgal_style_1": "aligner_no_rc"
},
"name": "aligner_no_rc",
Expand Down Expand Up @@ -414,9 +415,10 @@
"value_type": "string"
},
{
"default_value": true,
"default_value": false,
"description": "Report only best alignment as singleton",
"key_translations": {
"bowtie_style_1": "aligner_report_only_best_<REMOVE>",
"ursgal_style_1": "aligner_report_only_best"
},
"name": "aligner_report_only_best",
Expand Down Expand Up @@ -452,6 +454,7 @@
"default_value": true,
"description": "Sort output sam file by index",
"key_translations": {
"bowtie_style_1": "aligner_sort_output_sam_<REMOVE>",
"ursgal_style_1": "aligner_sort_output_sam"
},
"name": "aligner_sort_output_sam",
Expand Down Expand Up @@ -487,6 +490,7 @@
"default_value": false,
"description": "Write none alignable reads to separate file",
"key_translations": {
"bowtie_style_1": "aligner_write_no_align_<REMOVE>",
"ursgal_style_1": "aligner_write_no_align"
},
"name": "aligner_write_no_align",
Expand Down Expand Up @@ -9706,7 +9710,7 @@
"volcano_style_1": "log2_fc_threshold"
},
"name": "log2_foldchange_threshold",
"tag":[],
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "float"
Expand Down Expand Up @@ -14172,7 +14176,7 @@
"volcano_style_1": "pval_threshold"
},
"name": "pvalue_significance_threshold",
"tag":[],
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "float"
Expand Down Expand Up @@ -15942,7 +15946,7 @@
"volcano_style_1": "use_pvalue_adj"
},
"name": "use_pvalue_adj",
"tag":[],
"tag": [],
"triggers_rerun": true,
"value_translations": {},
"value_type": "bool"
Expand Down Expand Up @@ -19044,4 +19048,4 @@
},
"value_type": "bool"
}
]
]

0 comments on commit 9847b9a

Please sign in to comment.