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: README.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
This is is the **mapper** pipeline from the `Sequana <https://sequana.readthedocs.org>`_ projet
2
2
3
3
:Overview: This is a simple pipeline to map several FastQ files onto a reference using different mappers/aligners
4
-
:Input: A set of FastQ files.
5
-
:Output: A set of BAM files (and/or bigwig)
4
+
:Input: A set of FastQ files (illumina, pacbio, etc).
5
+
:Output: A set of BAM files (and/or bigwig) and HTML report
6
6
:Status: Production
7
7
:Citation: Cokelaer et al, (2017), ‘Sequana’: a Set of Snakemake NGS pipelines, Journal of Open Source Software, 2(16), 352, JOSS DOI doi:10.21105/joss.00352
8
8
@@ -60,7 +60,10 @@ Details
60
60
~~~~~~~~~
61
61
62
62
This pipeline runs **mapper** in parallel on the input fastq files (paired or not).
63
-
A brief sequana summary report is also produced.
63
+
A brief sequana summary report is also produced. When using **--pacbio** option,
64
+
*-x map-pb* options ia automatically added to the config.yaml file and the
0 commit comments