Search Criteria
Package Details: fastp 0.23.4-3
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 |
| Conflicts: | fastp |
| Provides: | fastp |
| Submitter: | Baytars |
| Maintainer: | malacology (BioArchLinuxBot) |
| Last Packager: | BioArchLinuxBot |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-29 02:56 (UTC) |
| Last Updated: | 2023-07-09 10:10 (UTC) |
Dependencies (4)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- isa-l (make)
- libdeflate (libdeflate-gitAUR) (make)
- 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.