-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/imgag/ngs-bits
- Loading branch information
Showing
9 changed files
with
138 additions
and
152 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
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,25 @@ | ||
### FastqCheckUMI tool help | ||
FastqCheckUMI (2023_09-38-ga9141a54) | ||
|
||
Returns the UMI info of a FastQ file on STDOUT. | ||
|
||
Mandatory parameters: | ||
-in <file> Input FASTQ file. | ||
|
||
Optional parameters: | ||
-out <file> Output file containing the result string. If unset, writes to STDOUT. | ||
Default value: '' | ||
-lines <int> Number of lines which should be checked. (default: 10) | ||
Default value: '10' | ||
|
||
Special parameters: | ||
--help Shows this help and exits. | ||
--version Prints version and exits. | ||
--changelog Prints changeloge and exits. | ||
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'. | ||
|
||
### FastqCheckUMI changelog | ||
FastqCheckUMI 2023_09-38-ga9141a54 | ||
|
||
2023-10-05 Initial commit. | ||
[back to ngs-bits](https://github.com/imgag/ngs-bits) |
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
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
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
Oops, something went wrong.