File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ Parameters
44
44
45
45
- ``refFile ``: Specifies the reference file to be provided to mash. It can either
46
46
be a fasta or a .msh reference sketch generated by mash.
47
- Default: '/ngstools/data/patlas.msh'.
47
+ Default: '/ngstools/data/patlas.msh'. If the component ``mash_sketch_fasta ``
48
+ is executed before this component, this parameter will be ignored and instead
49
+ the secondary link between the two processes will be used to feed this
50
+ component with the reference sketch.
48
51
49
52
50
53
Published results
Original file line number Diff line number Diff line change @@ -38,8 +38,11 @@ Parameters
38
38
reference sequence. Default: 0.9.
39
39
40
40
- ``refFile ``: "Specifies the reference file to be provided to mash. It can
41
- either be a fasta or a .msh reference sketch generated by mash.
42
- Default: '/ngstools/data/patlas.msh'.
41
+ either be a fastq or a .msh reference sketch generated by mash.
42
+ Default: '/ngstools/data/patlas.msh'. If the component ``mash_sketch_fastq ``
43
+ is executed before this component, this parameter will be ignored and instead
44
+ the secondary link between the two processes will be used to feed this
45
+ component with the reference sketch.
43
46
44
47
45
48
Published results
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ Default directives
44
44
45
45
- ``mashSketchFasta ``:
46
46
- ``container ``: flowcraft/mash-patlas
47
- - ``version ``: 1.4. 1
47
+ - ``version ``: 1.6.0- 1
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ mash_sketch_fastq
4
4
Purpose
5
5
-------
6
6
7
- This component performs mash sketch for fastq input files.
7
+ This component performs mash sketch for fastq input files. These sketches can
8
+ be used by ``mash_dist `` and ``mash_screen `` components to fetch the
9
+ reference file for mash.
8
10
9
11
.. note ::
10
12
- MASH documentation can be found `here <https://mash.readthedocs.io/en/latest/ >`_.
@@ -52,4 +54,4 @@ Default directives
52
54
53
55
- ``mashSketchFastq ``:
54
56
- ``container ``: flowcraft/mash-patlas
55
- - ``version ``: 1.4. 1
57
+ - ``version ``: 1.6.0- 1
You can’t perform that action at this time.
0 commit comments