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/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -255,9 +255,9 @@ FastQ Screen Options Summary
255
255
============================
256
256
**add_genome \<text\> :** Edits the file 'fastq_screen.conf' (in the folder where this script is saved) to add a new genome. Specify the additional genome as a comma separated list: 'Database name','Genome path and basename','Notes'
257
257
258
-
**aligner \<func\> :** Specify the aligner to use for the mapping. Valid arguments are 'bowtie', bowtie2' (default)or 'bwa'. Bowtie maps with parameters -k 2, Bowtie 2 with parameters -k 2 --very-fast-local and BWA with mem -a. Local aligners such as BWA or Bowtie2 will be better at detecting the origin of chimeric reads.
258
+
**aligner \<func\> :** Specify the aligner to use for the mapping. Valid arguments are 'bowtie', bowtie2' (default), 'bwa' or 'minimap2'. Bowtie maps with parameters -k 2, Bowtie 2 with parameters -k 2 --very-fast-local, BWA with mem -a and minimap2 uses default settings. Local aligners such as BWA or Bowtie2 will be better at detecting the origin of chimeric reads.
259
259
260
-
**bisulfite :** Process bisulfite libraries. Bismark runs in non-directional mode. The path to the bisulfite aligner (Bismark) may be specified in the configuration file. Either conventional or bisulfite libraries may be processed, but not both simultaneously. The --bisulfite option cannot be used in conjunction with --bwa.
260
+
**bisulfite :** Process bisulfite libraries. Bismark runs in non-directional mode. The path to the bisulfite aligner (Bismark) may be specified in the configuration file. Either conventional or bisulfite libraries may be processed, but not both simultaneously. The --bisulfite option cannot be used in conjunction with --bwa.
261
261
262
262
**bismark \<text\> :** Specify extra parameters to be passed to Bismark. These parameters should be quoted to clearly delimit Bismark parameters from FastQ Screen parameters.
263
263
@@ -267,6 +267,8 @@ FastQ Screen Options Summary
267
267
268
268
**bwa \<text\> :** Specify extra parameters to be passed to BWA. These parameters should be quoted to clearly delimit BWA parameters from FastQ Screen parameters. You should not try to use this option to override the normal search or reporting options for BWA which are set automatically but it might be useful to allow reads to be trimmed before alignment etc.
269
269
270
+
**minimap2 \<text\> :** Specify extra parameters to be passed to Minimap2. These parameters should be quoted to clearly delimit BWA parameters from FastQ Screen parameters. You should not try to use this option to override the normal search or reporting options for BWA which are set automatically but it might be useful to allow reads to be trimmed before alignment etc.
271
+
270
272
**conf \<path\> :** Manually specify a location for the configuration.
271
273
272
274
**filter \<text\> :** Produce a FASTQ file containing reads mapping to specified genomes. Pass the argument a string of characters (0, 1, 2, 3, -), in which each character corresponds to a reference genome (in the order the reference genome occurs in the configuration file).
0 commit comments