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: paper.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ authors:
21
21
affiliation: 1
22
22
23
23
affiliations:
24
-
- name: National Center for Supercomputing Applications, Genomics Group,
24
+
- name: National Center for Supercomputing Applications, Genomics Group
25
25
index: 1
26
-
- name: University of Illinois at Chicago,
26
+
- name: University of Illinois at Chicago
27
27
index: 2
28
28
29
29
date: XYZ February 2025
@@ -41,6 +41,8 @@ The NExt-generation sequencing Analysis Toolkit (NEAT) is an open-source Python
41
41
42
42
NEAT can integrate seamlessly with existing bioinformatics workflows, providing outputs in several common file formats. The toolkit’s ability to simulate gold-standard synthetic datasets with ground truth annotations is useful for testing bioinformatics pipelines. Uses of NEAT continue to be prominently featured—from scientists who have comprehensively sequenced the human Y chromosome<sup>2</sup> to researchers who use NEAT to evaluate and validate the performance of other high-profile bioinformatics tools.<sup>3, 4</sup> Earlier versions of NEAT have also demonstrated utility when benchmarked in comparison to similar tools.<sup>5</sup> The source code for both original and updated versions of NEAT is freely available on GitHub.<sup>1</sup>
43
43
44
+
\newpage
45
+
44
46
# Tables
45
47
46
48
## Algorithmic Improvements and Methodological Changes
@@ -57,6 +59,8 @@ NEAT can integrate seamlessly with existing bioinformatics workflows, providing
57
59
|**Variant Type Handling**| The code structure limited the introduction of new variant types | A modular design supports generic variant handling and the separation of insertions and deletions | Paves the way for structural and copy number variant support | More flexible insertion handling and future extensibility |
58
60
|**Binary Alignment Map (BAM) File Generation**| File generation was tightly integrated with all NEAT processes | BAM creation was isolated from core functions | Improves runtime and modularity | BAM generation can now be toggled independently |
59
61
62
+
\newpage
63
+
60
64
## Table 2. Performance Enhancements and User-Centric Modifications
0 commit comments