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
[htslib](https://github.com/samtools/htslib) is required to process bam
87
-
files. If not provided, bam files will be treated as unrecognized file
88
-
formats.
87
+
[htslib](https://github.com/samtools/htslib) is required to process
88
+
bam files. If not provided, bam files will be treated as unrecognized
89
+
file formats.
89
90
90
91
If htslib is installed, falco can be compiled with it by simply replacing the
91
92
configure command above with the `--enable-hts` flag:
@@ -116,19 +117,23 @@ $ falco example.fq
116
117
```
117
118
118
119
This will generate three files in the same directory as the input fastq file:
119
-
*``fastqc_data.txt`` is a text file with a summary of the QC
120
-
metrics
121
-
*``fastqc_report.html`` is the visual HTML report showing plots of the
120
+
121
+
*`fastqc_data.txt` is a text file with a summary of the QC metrics
122
+
123
+
*`fastqc_report.html` is the visual HTML report showing plots of the
122
124
QC metrics summarized in the text summary.
123
-
*``summary.txt``: A tab-separated file describing whether the pass/warn/fail
124
-
result for each module. If multiple files are provided, only one summary file
125
-
is generated, with one of the columns being the file name associated to each
126
-
module result.
127
125
128
-
the full list of arguments and options can be seen by running `falco` without any arguments, as well as `falco -?` or `falco --help`. This will print the following list:
126
+
*`summary.txt`: A tab-separated file describing whether the
127
+
pass/warn/fail result for each module. If multiple files are
128
+
provided, only one summary file is generated, with one of the
129
+
columns being the file name associated to each module result.
130
+
131
+
The full list of arguments and options can be seen by running `falco`
132
+
without any arguments, as well as `falco -?` or `falco --help`. This
0 commit comments