We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4461ec7 commit 16c4cb4Copy full SHA for 16c4cb4
RELEASE_NOTES.txt
@@ -1,3 +1,11 @@
1
+Release notes for FastQ Screen v0.13.0 (12 September 2018)
2
+----------------------------------------------------------
3
+Added --get_genomes option.
4
+
5
+Updated documentation.
6
7
8
9
Release notes for FastQ Screen v0.12.2 (16 August 2018)
10
-------------------------------------------------------
11
For bisulfite mapping, bismark is now run in --ambiguous
fastq_screen
@@ -13,7 +13,7 @@ use File::Path;
13
use Data::Dumper;
14
15
16
-our $VERSION = "0.13.0.dev";
+our $VERSION = "0.13.0";
17
18
###########################################################################
19
0 commit comments