Skip to content

Commit

Permalink
Update nextflow_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gennadyFauna committed Feb 23, 2024
1 parent bf27685 commit ac7e7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@
"kb_workflow": {
"type": "string",
"default": "standard",
"description": "Type of workflow. Use `lamanno` for RNA velocity based on La Manno et al. 2018 logic. Use `nucleus` for RNA velocity on single-nucleus RNA-seq reads. Use `kite` for feature barcoding. Use `kite: 10xFB` for 10x Genomics Feature Barcoding technology. (default: standard)",
"description": "Type of workflow. Use `nac` for an index type that can quantify nascent and mature RNA. Use `lamanno` for RNA velocity based on La Manno et al. 2018 logic. (default: standard)",
"fa_icon": "fas fa-rainbow",
"enum": ["standard", "lamanno", "nucleus", "kite", "kite: 10xFB"]
"enum": ["standard", "lamanno", "nac"]
}
}
},
Expand Down

0 comments on commit ac7e7cd

Please sign in to comment.