Skip to content

Commit e3df4f2

Browse files
committed
Rename workflow to add short-reads
1 parent 5909724 commit e3df4f2

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

workflows/read_preprocessing/read-qc-trimming/README.md renamed to workflows/read_preprocessing/short-reads-qc-trimming/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Raw reads quality control and trimming
1+
# Raw short-reads quality control and trimming
22

33
Before starting any analysis, it is always a good idea to assess the quality of the input data and to discard poor-quality base content by trimming and filtering reads.
44

5-
This workflow takes paired-end Illumina fastq(.gz) files and executes the following steps:
5+
This workflow takes paired-end Illumina (**short-reads**) fastq(.gz) files and executes the following steps:
66
1. Quality control and trimming using **fastp**
77
2. Aggregation of the quality control reports using **MultiQC**
88

File renamed without changes.

workflows/read_preprocessing/read-qc-trimming/raw-reads-quality-control-and-trimming.ga renamed to workflows/read_preprocessing/short-reads-qc-trimming/short-reads-quality-control-and-trimming.ga

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"format-version": "0.1",
1818
"license": "MIT",
1919
"release": "0.1",
20-
"name": "Raw reads quality control and trimming",
21-
"readme": "Before starting any analysis, it is always a good idea to assess the quality of the input data and to discard poor-quality base content by trimming and filtering reads.\n\nThis workflow takes paired-end Illumina fastq(.gz) files and executes the following steps:\n1. Quality control and trimming using **fastp**\n2. Aggregation of the quality control reports using **MultiQC**\n",
20+
"name": "Raw short-reads quality control and trimming",
21+
"readme": "Before starting any analysis, it is always a good idea to assess the quality of the input data and to discard poor-quality base content by trimming and filtering reads.\n\nThis workflow takes paired-end Illumina (**short-reads**) fastq(.gz) files and executes the following steps:\n1. Quality control and trimming using **fastp**\n2. Aggregation of the quality control reports using **MultiQC**\n",
2222
"report": {
2323
"markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
2424
},

0 commit comments

Comments
 (0)