Skip to content

Commit

Permalink
add parameters for cellranger mkfastq
Browse files Browse the repository at this point in the history
  • Loading branch information
vgp57214_gsk committed Jul 11, 2024
1 parent f2d294d commit b3c2ca7
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -10585,6 +10585,21 @@
"value_translations": {},
"value_type": "float"
},
{
"default_value": "local",
"description": "Job manager to use. Options are: local (default), a cluster job mode (i.e., sge, lsf, slurm), or the path to a <jobmode>.template file",
"key_translations": {
"cellranger_mkfastq_style_1": "--jobmode",
"ursgal_style_1": "jobmode"
},
"name": "jobmode",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "str"
},
{
"default_value": ".u.json",
"description": "Exension for .json files",
Expand Down Expand Up @@ -10955,6 +10970,21 @@
"value_translations": {},
"value_type": "str"
},
{
"default_value": 8,
"description": "max cores the pipeline may request at one time. Only applies to local jobs",
"key_translations": {
"cellranger_mkfastq_style_1": "--localcores",
"ursgal_style_1": "localcores"
},
"name": "localcores",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "int"
},
{
"default_value": true,
"description": " Generate and use mass difference fragment index in addition to the regular fragment index for search. This allows shifted fragment ions - fragment ions with mass increased by the calculated mass difference, to be included in scoring. ",
Expand Down Expand Up @@ -11014,6 +11044,21 @@
},
"value_type": "bool"
},
{
"default_value": 57,
"description": "max GB the pipeline may request at one time. Only applies to local jobs",
"key_translations": {
"cellranger_mkfastq_style_1": "--localmem",
"ursgal_style_1": "localmem"
},
"name": "localmem",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "int"
},
{
"default_value": 1.0,
"description": "Fold change Threshold to narrow down significantly regulated identifiers",
Expand Down Expand Up @@ -15654,6 +15699,21 @@
},
"value_type": "bool"
},
{
"default_value": "$projectId",
"description": "Custom project name,",
"key_translations": {
"cellranger_mkfastq_style_1": "--project",
"ursgal_style_1": "project"
},
"name": "project",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "str"
},
{
"default_value": "heuristic",
"description": "Protein inference algorithm to be used.",
Expand Down Expand Up @@ -16687,6 +16747,21 @@
},
"value_type": "bool"
},
{
"default_value": "",
"description": "Path to the Illumina BCL run folder",
"key_translations": {
"cellranger_mkfastq_style_1": "--run",
"ursgal_style_1": "run"
},
"name": "run",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "str"
},
{
"default_value": "None",
"description": "This parameter is only relevant for pepXML output and is used solely to annotate additional information in the output. It does not influence the search. The sample enzyme could be different from the search enzyme i.e. the sample enzyme is 'trypsin' yet the search enzyme is 'No-enzyme' for a non-specific search. Hence the need for this separate parameter.Default value is 'None', which is translated to 0.",
Expand Down Expand Up @@ -16849,6 +16924,21 @@
},
"value_type": "str"
},
{
"default_value": "",
"description": "Path to sample sheet",
"key_translations": {
"cellranger_mkfastq_style_1": "--samplesheet",
"ursgal_style_1": "samplesheet"
},
"name": "samplesheet",
"tag": [
"cellranger_mkfastq"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "str"
},
{
"default_value": [],
"description": "Spectra rejected during mzml2mgf conversion",
Expand Down

0 comments on commit b3c2ca7

Please sign in to comment.