Skip to content

Commit

Permalink
release-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Oct 13, 2021
1 parent 62640fc commit 2034f49
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
34 changes: 34 additions & 0 deletions docs/releases/v1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SeqFu v1.8.0

### Changes
* added `seqfu list` to extract sequences via a list


### Splash screen
```text
SeqFu - Sequence Fastx Utilities
version: 1.8.0
· 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
```


Loading

0 comments on commit 2034f49

Please sign in to comment.