Skip to content

Commit

Permalink
Apply rnaseq -> riboseq fixes from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
  • Loading branch information
pinin4fjords and maxulysse authored Jan 26, 2024
1 parent 4b88f15 commit aeffe21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/local/gtf_filter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process GTF_FILTER {
when:
task.ext.when == null || task.ext.when

script: // filter_gtf.py is bundled with the pipeline, in nf-core/rnaseq/bin/
script: // filter_gtf.py is bundled with the pipeline, in nf-core/riboseq/bin/
"""
filter_gtf.py \\
--gtf $gtf \\
Expand Down
8 changes: 4 additions & 4 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/nf-core/rnaseq/master/nextflow_schema.json",
"title": "nf-core/rnaseq pipeline parameters",
"description": "RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control.",
"$id": "https://raw.githubusercontent.com/nf-core/riboseq/master/nextflow_schema.json",
"title": "nf-core/riboseq pipeline parameters",
"description": "Analysis of ribosome profiling, or Ribo-Seq (also named ribosome footprinting)",
"type": "object",
"definitions": {
"input_output_options": {
Expand All @@ -20,7 +20,7 @@
"pattern": "^\\S+\\.csv$",
"schema": "assets/schema_input.json",
"description": "Path to comma-separated file containing information about the samples in the experiment.",
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 4 columns, and a header row. See [usage docs](https://nf-co.re/rnaseq/usage#samplesheet-input).",
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See [usage docs](https://nf-co.re/riboseq/usage#samplesheet-input).",
"fa_icon": "fas fa-file-csv"
},
"outdir": {
Expand Down

0 comments on commit aeffe21

Please sign in to comment.