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/benchmark.rst
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,25 @@
1
1
Performance comparison
2
2
*****************************
3
3
4
-
This page contains some performance and usage comparisons for processing FASTQ_ files with fqfa and `pyfastx <https://github.com/lmdu/pyfastx>`_.
4
+
This page contains some performance and usage comparisons for processing FASTQ_ files with
5
+
fqfa and `pyfastx <https://github.com/lmdu/pyfastx>`_.
5
6
6
7
In these benchmarks, fqfa is comparable to `pyfastx <https://github.com/lmdu/pyfastx>`_,
7
-
although `pyfastx <https://github.com/lmdu/pyfastx>`_ run in non-indexed mode is fastest.
8
+
although `pyfastx <https://github.com/lmdu/pyfastx>`_ has made substantial performance
9
+
improvements since fqfa was written, particularly when reading gzip-compressed input files.
8
10
9
11
The results are derived from `Jupyter notebooks <https://jupyter.org/>`_.
10
-
If you'd like to run this code yourself, the notebooks are available with the fqfa documentation in ``fqfa/docs/notebooks``.
11
-
The file used in the benchmark is from the `Enrich2 example dataset <https://github.com/FowlerLab/Enrich2-Example>`_.
12
-
To run the benchmarks as written, you will have to decompress the bz2 file and also create a gzipped version.
13
-
14
-
This section includes examples of usage that are common in my work, primarily in processing files of barcode reads for high-throughput functional genomic assays.
15
-
`pyfastx <https://github.com/lmdu/pyfastx>`_ includes many other functions that are not demonstrated here.
12
+
If you'd like to run this code yourself, the notebooks are available with the fqfa
13
+
documentation in ``fqfa/docs/notebooks``.
14
+
The file used in the benchmark is from the
15
+
`Enrich2 example dataset <https://github.com/FowlerLab/Enrich2-Example>`_.
16
+
To run the benchmarks as written, you will have to decompress the bz2 file and also
17
+
create a gzipped version.
18
+
19
+
This section includes examples of usage that are common in my work, primarily in
20
+
processing files of barcode reads for high-throughput functional genomic assays.
21
+
`pyfastx <https://github.com/lmdu/pyfastx>`_ includes many other functions that are not
0 commit comments