You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/output.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
13
13
-[Seqtk](#seqtk) - Subsample a specific number of reads per sample
14
14
-[FastQC](#fastqc) - Raw read QC
15
15
-[SeqFu Stats](#seqfu_stats) - Statistics for FASTA or FASTQ files
16
-
-[Fastqscreen](#fastqscreen) - mapping against a set of references for basic contamination QC
16
+
-[FastQ Screen](#fastqscreen) - Mapping against a set of references for basic contamination QC
17
17
-[MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline
18
18
-[Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution
19
19
@@ -42,21 +42,21 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
42
42
43
43
[FastQC](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) gives general quality metrics about your sequenced reads. It provides information about the quality score distribution across your reads, per base sequence content (%A/T/G/C), adapter contamination and overrepresented sequences. For further reading and documentation see the [FastQC help pages](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/).
44
44
45
-
### FASTQSCREEN
45
+
### FastQ Screen
46
46
47
47
<detailsmarkdown="1">
48
48
<summary>Output files</summary>
49
49
50
50
-`fastqscreen/`
51
-
-`*_screen.html`: Interactive graphical fastqscreen report which summaries the mapping of your sequences against each of your libraries.
52
-
-`*_screen.pdf`: Static graphical fastqscreen report which summaries the mapping of your sequences against each of your libraries.
53
-
-`*_screen.txt` : text based fastqscreen report which summaries the mapping of your sequences against each of your libraries.
51
+
-`*_screen.html`: Interactive graphical report.
52
+
-`*_screen.pdf`: Static graphical report.
53
+
-`*_screen.txt` : Text-based report.
54
54
55
55
</details>
56
56
57
-
[Fastqscreen](https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/) allows you to set up a standard set of libraries against which all of your sequences can be searched. Your search libraries might contain the genomes of all of the organisms you work on, along with PhiX, Vectors or other contaminants commonly seen in sequencing experiments.
57
+
[FastQ Screen](https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/) allows you to set up a standard set of references against which all of your samples can be mapped. Your references might contain the genomes of all of the organisms you work on, along with PhiX, vectors or other contaminants commonly seen in sequencing experiments.
58
58
59
-
It requires a `.csv` detailing:
59
+
To use FastQ Screen, this pipeline requires a `.csv` detailing:
60
60
61
61
- the working name of the reference
62
62
- the name of the aligner used to generate its index (which is also the aligner and index used by the tool)
@@ -65,7 +65,7 @@ It requires a `.csv` detailing:
65
65
66
66
See `assets/example_fastq_screen_references.csv` for example.
67
67
68
-
The `.csv` is provided as a pipeline parameter `fastq_screen_references`. The `.csv` is used to construct a `FastQ Screen` configuration file within the context of the process work directory in order to properly mount the references.
68
+
The `.csv` is provided as a pipeline parameter `fastq_screen_references` and is used to construct a `FastQ Screen` configuration file within the context of the process work directory in order to properly mount the references.
0 commit comments