Skip to content

Commit f515f08

Browse files
committed
version 4.0.1
1 parent 8adb7b4 commit f515f08

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ShortStack [-h] [--version] --genomefile GENOMEFILE [--knownRNAs KNOWNRNAS]
9393
- `--outdir OUTDIR` : Specify the name of the directory that will be created for the results.
9494
- default: `ShortStack_[time]`, where `[time]` is the Unix time stamp according to the system when the run began.
9595
- `--autotrim` : This is strongly recommended **when supplying untrimmed reads via `--readfile`**. The `autotrim` method automatically infers the 3' adapter sequence of the untrimmed reads, and the uses that to coordinate read trimming. However, do **not** use `--autotrim` if your input reads have already been trimmed!
96+
- Note: `autotrim` currently assumes your library strategy generated reads where nucleotide 1 of the read is the first biological / sRNA-derived nucleotide, and the 3' adapter starts immediately after the last sRNA nucleotide. It further assumes there are no random nucleotides (Ns) in the 3' adapter sequence. If your data do not meet these assumptions you cannot use `--autotrim`. Instead, remove your adapters by other appropriate methods and input the trimmed reads using `--readfile` *without* option `--autotrim`.
9697
- Note: mutually exclusive with `--adapter`.
9798
- `--threads THREADS` : Set the number of threads to use. More threads = faster completion.
9899
- default: 1

ShortStack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
version = '4.0.0'
3+
version = '4.0.1'
44

55
# Main script / control is at the BOTTOM of this file
66

0 commit comments

Comments
 (0)