Skip to content

Commit

Permalink
switch "skip" icon to ⏭️
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasho committed Jul 29, 2020
1 parent 704acad commit be5cac4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"default": false,
"description": "Skip the adapter trimming step.",
"help_text": "Use this if your input FastQ files have already been trimmed outside of the workflow or if you're very confident that there is no adapter contamination in your data.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"save_trimmed": {
"type": "boolean",
Expand Down Expand Up @@ -224,7 +224,7 @@
"default": false,
"description": "Do not perform alignment merging and downstream analysis by merging replicates i.e. only do this by merging resequenced libraries.",
"help_text": "An additional series of steps are performed by the pipeline for merging the replicates from the same experimental group. This is primarily to increase the sequencing depth in order to perform downstream analyses such as footprinting. Specifying this parameter means that these steps will not be performed.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"save_align_intermeds": {
"type": "boolean",
Expand Down Expand Up @@ -295,21 +295,21 @@
},
"skip_peak_qc": {
"type": "boolean",
"fa_icon": "fas fa-forward",
"fa_icon": "fas fa-fast-forward",
"description": "Skip MACS2 peak QC plot generation.",
"default": false
},
"skip_peak_annotation": {
"type": "boolean",
"fa_icon": "fas fa-forward",
"fa_icon": "fas fa-fast-forward",
"description": "Skip annotation of MACS2 and consensus peaks with HOMER.",
"default": false
},
"skip_consensus_peaks": {
"type": "boolean",
"default": false,
"description": "Skip consensus peak generation, annotation and counting.",
"fa_icon": "fas fa-forward",
"fa_icon": "fas fa-fast-forward",
"help_text": ""
}
},
Expand All @@ -330,7 +330,7 @@
"type": "boolean",
"default": false,
"description": "Skip differential accessibility analysis.",
"fa_icon": "fas fa-forward",
"fa_icon": "fas fa-fast-forward",
"help_text": ""
}
},
Expand All @@ -344,52 +344,52 @@
"type": "boolean",
"default": false,
"description": "Skip FastQC.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_picard_metrics": {
"type": "boolean",
"default": false,
"description": "Skip Picard CollectMultipleMetrics.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_preseq": {
"type": "boolean",
"default": false,
"description": "Skip Preseq.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_plot_profile": {
"type": "boolean",
"default": false,
"description": "Skip deepTools plotProfile.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_plot_fingerprint": {
"type": "boolean",
"default": false,
"description": "Skip deepTools plotFingerprint.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_ataqv": {
"type": "boolean",
"default": false,
"description": "Skip Ataqv.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_igv": {
"type": "boolean",
"default": false,
"description": "Skip IGV.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"skip_multiqc": {
"type": "boolean",
"default": false,
"description": "Skip MultiQC.",
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
}
},
"fa_icon": "fas fa-forward"
"fa_icon": "fas fa-fast-forward"
},
"institutional_config_options": {
"title": "Institutional config options",
Expand Down

0 comments on commit be5cac4

Please sign in to comment.