Skip to content

Commit

Permalink
docs: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Jan 29, 2024
1 parent 79e9300 commit 533ee99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@
"enum": ["isomir", "mirna", "pri-mir"]
},
"default": ["isomir", "mirna", "pri-mir"],
"description": " miRNA speices to be quantified."
"description": "miRNA speices to be quantified."
},
"lib_dict":{
"type": "object",
"additionalProperties":{
"type": "array",
},
"default": {},
"description": "Dictionary with a list of library names, as in the samples table, to generate pileups for as value and a condition name as keys."
"description": "Dictionary of arbitrary condition names (keys) and library names to aggregate alignment pileups for (values; MUST correspond to names in samples table)."
}
}
}

0 comments on commit 533ee99

Please sign in to comment.