Search Criteria
Package Details: fastp 1.3.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fastp.git (read-only, click to copy) |
|---|---|
| Package Base: | fastp |
| Description: | a tool designed to provide fast all-in-one preprocessing for FastQ files, developed in C++ with multithreading supported to afford high performance |
| Upstream URL: | https://github.com/OpenGene/fastp |
| Licenses: | MIT |
| Submitter: | Baytars |
| Maintainer: | malacology (BioArchLinuxBot) |
| Last Packager: | BioArchLinuxBot |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-29 02:56 (UTC) |
| Last Updated: | 2026-05-18 03:55 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- highway (highway-gitAUR)
- isa-l
- libdeflate (libdeflate-gitAUR)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
skyjack commented on 2023-01-09 17:40 (UTC) (edited on 2023-01-09 17:41 (UTC) by skyjack)
When installing this, seems that binary needs to be executed manually by pointing to the installed binary at
/usr/bin/fastp/fastp(and not/usr/bin/fastp). Is that expected behavior?Calling
fastpfrom the command line generates permissions errors using zsh, presumably sincewhich fastpis pointing to/usr/bin/fastp.