Skip to content

Commit b445121

Browse files
New pages paper.md
1 parent bd48abb commit b445121

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

paper.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ authors:
2121
affiliation: 1
2222

2323
affiliations:
24-
- name: National Center for Supercomputing Applications, Genomics Group,
24+
- name: National Center for Supercomputing Applications, Genomics Group
2525
index: 1
26-
- name: University of Illinois at Chicago,
26+
- name: University of Illinois at Chicago
2727
index: 2
2828

2929
date: XYZ February 2025
@@ -41,6 +41,8 @@ The NExt-generation sequencing Analysis Toolkit (NEAT) is an open-source Python
4141

4242
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>
4343

44+
\newpage
45+
4446
# Tables
4547

4648
## Algorithmic Improvements and Methodological Changes
@@ -57,6 +59,8 @@ NEAT can integrate seamlessly with existing bioinformatics workflows, providing
5759
| **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 |
5860
| **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 |
5961

62+
\newpage
63+
6064
## Table 2. Performance Enhancements and User-Centric Modifications
6165

6266
| Feature | Prior Implementation (v2.0) | Updated Implementation (v4.X) | Rationale for Change | Demonstrated Improvement |
@@ -68,6 +72,8 @@ NEAT can integrate seamlessly with existing bioinformatics workflows, providing
6872

6973
Parallelization and memory profiling tools will be updated shortly.
7074

75+
\newpage
76+
7177
# Acknowledgements
7278

7379
We thank the original creators of NEAT. We also thank Raghid, Yash, Varenya, and Karen.

0 commit comments

Comments
 (0)