We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f5143 commit 0947658Copy full SHA for 0947658
1 file changed
README.md
@@ -37,7 +37,7 @@ Full USAGE
37
-----------
38
39
Usage: perl FaQCs.pl [options] [-u unpaired.fastq] -p reads1.fastq reads2.fastq -d out_directory
40
- Version 1.34
+ Version 1.35
41
Input File: (can use more than once)
42
-u <Files> Unpaired reads
43
@@ -107,6 +107,10 @@ Full USAGE
107
---------------
108
VERSION HISTORY
109
110
+======== Version 1.35
111
+- add option "-polyA" Trim polyA
112
+- update adapter trimming algorithm. If more than one adapter in a read, the whole read is filtered.
113
+
114
======== Version 1.34
115
- add option "-5trim_off <bool> Turn off trimming from 5'end."
116
- add INSTALL.sh script for two requried perl modules installations.
0 commit comments