grepq 1.6.6

quickly filter fastq files
Documentation
@article{kleene1951representationof,
  title   = {Representationof Events in Nerve Nets and Finite Automata},
  author  = {Kleene, SC},
  journal = {CE Shannon and J. McCarthy},
  year    = {1951},
  doi     = {10.1515/9781400882618-002}
}

@article{hodgman2000historical,
  title     = {A historical perspective on gene/protein functional assignment},
  author    = {Hodgman, T. Charles},
  journal   = {Bioinformatics},
  volume    = {16},
  number    = {1},
  pages     = {10--15},
  year      = {2000},
  publisher = {Oxford University Press},
  doi       = {10.1093/bioinformatics/16.1.10}
}

@article{bachurin2024structural,
  title     = {Structural peculiarities of tandem repeats and their clinical significance},
  author    = {Bachurin, Stanislav S and Yurushkin, Mikhail V and Slynko, Ilya A and Kletskii, Mikhail E and Burov, Oleg N and Berezovskiy, Dmitriy P},
  journal   = {Biochemical and Biophysical Research Communications},
  volume    = {692},
  pages     = {149349},
  year      = {2024},
  publisher = {Elsevier},
  doi       = {10.1016/j.bbrc.2023.149349}
}

@article{valdivia2012biodefense,
  title     = {Biodefense oriented genomic-based pathogen classification systems: challenges and opportunities},
  author    = {Valdivia-Granda, Willy A},
  journal   = {Journal of bioterrorism \& biodefense},
  volume    = {3},
  number    = {1},
  pages     = {1000113},
  year      = {2012},
  publisher = {NIH Public Access},
  doi       = {10.4172/2157-2526.1000113}
}

@article{xylogiannopoulos2021pattern,
  title     = {Pattern Detection in Multiple Genome Sequences with Applications: The Case of All SARS-CoV-2 Complete Variants},
  author    = {Xylogiannopoulos, Konstantinos F},
  journal   = {bioRxiv},
  pages     = {2021--04},
  year      = {2021},
  publisher = {Cold Spring Harbor Laboratory},
  doi       = {10.1101/2021.04.14.439840}
}

@article{choi2018wastewater,
  title     = {Wastewater-based epidemiology biomarkers: past, present and future},
  author    = {Choi, Phil M and Tscharke, Ben J and Donner, Erica and O'Brien, Jake W and Grant, Sharon C and Kaserzon, Sarit L and Mackie, Rachel and O'Malley, Elissa and Crosbie, Nicholas D and Thomas, Kevin V and others},
  journal   = {TrAC Trends in Analytical Chemistry},
  volume    = {105},
  pages     = {453--469},
  year      = {2018},
  publisher = {Elsevier},
  doi       = {10.1016/j.trac.2018.06.004}
}

@article{sims2020future,
  title     = {Future perspectives of wastewater-based epidemiology: monitoring infectious disease spread and resistance to the community level},
  author    = {Sims, Natalie and Kasprzyk-Hordern, Barbara},
  journal   = {Environment international},
  volume    = {139},
  pages     = {105689},
  year      = {2020},
  publisher = {Elsevier},
  doi       = {10.1016/j.envint.2020.105689}
}

@manual{gnugrep,
  title        = {GNU Grep 3.11},
  author       = {{Free Software Foundation}},
  organization = {Free Software Foundation},
  year         = {2023},
  url          = {https://www.gnu.org/software/grep/manual/grep.html},
  urldate      = {2023-10-27}
}

@manual{awk,
  title   = {The AWK Programming Language},
  author  = {Aho, Alfred V. and Kernighan, Brian W. and Weinberger, Peter J.},
  year    = {1988},
  url     = {https://www.cs.princeton.edu/~bwk/btl.mirror/},
  urldate = {2025-01-08}
}

@manual{gawk,
  title        = {GAWK: Effective AWK Programming: A User’s Guide for GNU Awk, for the 5.3.1},
  author       = {{Free Software Foundation}},
  organization = {Free Software Foundation},
  year         = {2024},
  url          = {https://www.gnu.org/software/gawk/manual/gawk.html},
  urldate      = {2025-01-08}
}

@software{ripgrep,
  author  = {Gallant, Andrew},
  title   = {ripgrep: recursively search the current directory for lines matching a pattern},
  url     = {https://github.com/BurntSushi/ripgrep},
  version = {14.1.1},
  year    = {2025},
  urldate = {2025-01-08}
}

@software{fqgrep,
  author  = {Homer, and others},
  title   = {fqgrep: Grep for FASTQ files},
  url     = {https://github.com/fulcrumgenomics/fqgrep},
  version = {1.0.2},
  year    = {2025},
  urldate = {2025-01-08}
}

@software{seq_io,
  author  = {Schlegel, Markus and Seyboldt, Adrian},
  title   = {{seq_io: FASTA and FASTQ parsing and writing in Rust}},
  url     = {https://github.com/markschl/seq_io},
  version = {0.3.2},
  year    = {2025},
  urldate = {2025-01-08}
}

@software{regex,
  author  = {Gallant, and others},
  title   = {{regex}},
  url     = {https://github.com/rust-lang/regex},
  version = {0.3.2},
  year    = {2025},
  urldate = {2025-01-08}
}

@software{rebar,
  author  = {Gallant, and others},
  title   = {{rebar}},
  url     = {https://github.com/BurntSushi/rebar},
  year    = {2025},
  urldate = {2025-01-08}
}

@software{Peter_hyperfine_2023,
  author  = {Peter, David},
  license = {MIT},
  month   = mar,
  title   = {hyperfine: A command-line benchmarking tool},
  url     = {https://github.com/sharkdp/hyperfine},
  version = {1.18.0},
  year    = {2024}
}

@manual{stat_macos,
  title  = {The stat command},
  author = {{Apple Inc.}},
  year   = {2023},
  url    = {https://ss64.com/osx/stat.html}
}

@manual{diff_macos,
  title  = {The diff command},
  author = {{Apple Inc.}},
  year   = {2023},
  url    = {https://ss64.com/osx/diff.html}
}

@manual{top_macos,
  title  = {The top command},
  author = {{Apple Inc.}},
  year   = {2023},
  url    = {https://ss64.com/osx/top.html}
}

@manual{top_gzip,
  title  = {The gzip command},
  author = {{Apple Inc.}},
  year   = {2019},
  url    = {https://ss64.com/osx/gzip.html}
}

@software{spikeq,
  author  = {Crosbie, Nicholas D.},
  license = {MIT},
  title   = {spikeq: Generates synthetic FASTQ records free of sequences defined by regex patterns, or containing spiked sequences based on regex patterns},
  url     = {https://github.com/Rbfinch/spikeq},
  version = {1.0.1},
  year    = {2024}
}

@software{predate,
  author  = {Crosbie, Nicholas D.},
  license = {MIT},
  title   = {predate: Catch bugs and performance regressions through automated system testing},
  url     = {https://github.com/Rbfinch/predate},
  version = {0.1.5},
  year    = {2024}
}

@software{mimalloc,
  author  = {Mutiple},
  license = {MIT},
  title   = {mimalloc: A Rust wrapper over Microsoft's MiMalloc memory allocator},
  url     = {https://github.com/purpleprotocol/mimalloc_rust},
  version = {0.1.5},
  year    = {2024}
}

@article{shen2024seqkit2,
  title     = {SeqKit2: A Swiss army knife for sequence and alignment processing},
  author    = {Shen, Wei and Sipos, Botond and Zhao, Liuyang},
  journal   = {iMeta},
  pages     = {e191},
  year      = {2024},
  publisher = {Wiley Online Library},
  doi       = {10.1002/imt2.191}
}

@article{merrett2024highly,
  title     = {Highly sensitive wastewater surveillance of SARS-CoV-2 variants by targeted next-generation amplicon sequencing provides early warning of incursion in Victoria, Australia},
  author    = {Merrett, James E and Nolan, Monica and Hartman, Leon and John, Nijoy and Flynn, Brianna and Baker, Louise and Schang, Christelle and McCarthy, David and Lister, David and Cheng, Ngai Ning and others},
  journal   = {Applied and Environmental Microbiology},
  volume    = {90},
  number    = {8},
  pages     = {e01497--23},
  year      = {2024},
  publisher = {American Society for Microbiology 1752 N St., NW, Washington, DC},
  doi       = {10.1128/aem.01497-23}
}

@software{flate2,
  author  = {mutiple},
  license = {MIT},
  title   = {flate2},
  url     = {https://github.com/rust-lang/flate2-rs},
  version = {1.0.17},
  year    = {2024}
}

@software{flate2,
  author  = {mutiple},
  license = {MIT},
  title   = {flate2},
  url     = {https://github.com/rust-lang/flate2-rs},
  version = {1.0.17},
  year    = {2024}
}

@article{katz2022sequence,
  title     = {The Sequence Read Archive: a decade more of explosive growth},
  author    = {Katz, Kenneth and Shutov, Oleg and Lapoint, Richard and Kimelman, Michael and Brister, J Rodney and O’Sullivan, Christopher},
  journal   = {Nucleic acids research},
  volume    = {50},
  number    = {D1},
  pages     = {D387--D390},
  year      = {2022},
  publisher = {Oxford University Press},
  doi       = {10.1093/nar/gkab1053}
}

@article{martinez2017conserved,
  title     = {How conserved are the conserved 16S-rRNA regions?},
  author    = {Martinez-Porchas, Marcel and Villalpando-Canchola, Enrique and Suarez, Luis Enrique Ortiz and Vargas-Albores, Francisco},
  journal   = {PeerJ},
  volume    = {5},
  pages     = {e3036},
  year      = {2017},
  publisher = {PeerJ Inc.},
  doi       = {10.7717/peerj.3036}
}

@inproceedings{sherry2012ncbi,
  title     = {NCBI sra toolkit technology for next generation sequence data},
  author    = {Sherry, Stephen and Xiao, Chunlin and Durbrow, Kenneth and Kimelman, Michael and Rodarmer, Kurt and Shumway, Martin and Yaschenko, Eugene},
  booktitle = {Plant and Animal Genome XX Conference (January 14-18, 2012). Plant and Animal Genome},
  year      = {2012}
}