[med-svn] r18868 - trunk/packages/trimmomatic/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Feb 26 22:43:06 UTC 2015
Author: tille
Date: 2015-02-26 22:43:05 +0000 (Thu, 26 Feb 2015)
New Revision: 18868
Modified:
trunk/packages/trimmomatic/trunk/debian/README.Debian
trunk/packages/trimmomatic/trunk/debian/changelog
Log:
Corrections by Michael Crusoe + upload to unstable
Modified: trunk/packages/trimmomatic/trunk/debian/README.Debian
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/README.Debian 2015-02-26 21:28:20 UTC (rev 18867)
+++ trunk/packages/trimmomatic/trunk/debian/README.Debian 2015-02-26 22:43:05 UTC (rev 18868)
@@ -4,8 +4,8 @@
The adapters are installed to /usr/share/trimmomatic/*.fa
Here is an example command line:
- TrimmomaticSE --phred33 input.fq.gz output.fq.gz \
- ILLUMINACLIP:/usr/share/trimmomatic/TruSeq3-SE:2:30:10 \
+ TrimmomaticSE -phred33 input.fq.gz output.fq.gz \
+ ILLUMINACLIP:/usr/share/trimmomatic/TruSeq3-SE.fa:2:30:10 \
LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36
-- Andreas Tille <tille at debian.org> Thu, 26 Feb 2015 21:52:47 +0100
Modified: trunk/packages/trimmomatic/trunk/debian/changelog
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/changelog 2015-02-26 21:28:20 UTC (rev 18867)
+++ trunk/packages/trimmomatic/trunk/debian/changelog 2015-02-26 22:43:05 UTC (rev 18868)
@@ -1,4 +1,4 @@
-trimmomatic (0.32+dfsg-3) UNRELEASED; urgency=medium
+trimmomatic (0.32+dfsg-3) unstable; urgency=medium
* Install adapter files and document their usage in d/README.Debian
Closes: #779296
More information about the debian-med-commit
mailing list