-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# SeqFu v1.8.1 | ||
|
||
### Changes | ||
* introduced `fu-homocomp` to compress homopolymers | ||
|
||
### Splash screen | ||
```text | ||
SeqFu - Sequence Fastx Utilities | ||
version: 1.8.1 | ||
· count [cnt] : count FASTA/FASTQ reads, pair-end aware | ||
· deinterleave [dei] : deinterleave FASTQ | ||
· derep [der] : feature-rich dereplication of FASTA/FASTQ files | ||
· interleave [ilv] : interleave FASTQ pair ends | ||
· lanes [mrl] : merge Illumina lanes | ||
· list [lst] : print sequences from a list of names | ||
· metadata [met] : print a table of FASTQ reads (mapping files) | ||
· sort [srt] : sort sequences by size (uniques) | ||
· stats [st] : statistics on sequence lengths | ||
· cat : concatenate FASTA/FASTQ files | ||
· grep : select sequences with patterns | ||
· head : print first sequences | ||
· rc : reverse complement strings or files | ||
· tab : tabulate reads to TSV (and viceversa) | ||
· tail : view last sequences | ||
· view : view sequences with colored quality and oligo matches | ||
Add --help after each command to print usage | ||
``` | ||
|
||
|
Oops, something went wrong.