-
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.
release.py automatically changed docs
- Loading branch information
Andrea Telatin (QIB)
committed
Nov 3, 2021
1 parent
6d31e3d
commit 217b7ea
Showing
2 changed files
with
39 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,38 @@ | ||
# SeqFu v1.8.3 | ||
|
||
### Changes | ||
* Markdown documentation improvements | ||
* Splashscreen for *fu-virfilter* fixed | ||
* Argument parser for _fu-cov_ improved | ||
* Now `seqfu --version` and `seqfu version` will print the version number and exit | ||
* Added test for _fu-cov_ | ||
* Added citation in main command and repository | ||
|
||
### Splash screen | ||
```text | ||
SeqFu - Sequence Fastx Utilities | ||
version: 1.8.3 | ||
· 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.