Skip to content

Commit

Permalink
Remove unused --bustools_correct and --skip_bustools
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Apr 20, 2023
1 parent 4f66ce8 commit 5e15b65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ params {

// generic options
aligner = 'alevin'
bustools_correct = true
outdir = null
input = null
save_reference = false
Expand All @@ -30,7 +29,6 @@ params {
// kallist bustools parameters
kallisto_gene_map = null
kallisto_index = null
skip_bustools = false
kb_workflow = "standard"

// STARsolo parameters
Expand Down
10 changes: 0 additions & 10 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,6 @@
"description": "Specify a Kallisto gene mapping file here. If you don't, this will be automatically created in the Kallisto workflow when specifying a valid `--gtf` file.",
"fa_icon": "fas fa-fish"
},
"bustools_correct": {
"type": "boolean",
"description": "If set to false, skip the correct steps after mapping with Kallisto.",
"fa_icon": "fas fa-bus-alt"
},
"skip_bustools": {
"type": "boolean",
"description": "Skip BUStools entirely in workflow",
"fa_icon": "fas fa-forward"
},
"kallisto_index": {
"type": "string",
"description": "Specify a path to the precomputed Kallisto index.",
Expand Down

0 comments on commit 5e15b65

Please sign in to comment.