Skip to content

Commit a781d5b

Browse files
committed
Release v0.12
Official v0.12 release
1 parent d7412cb commit a781d5b

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Scripts are generically categorized within semi-descriptive tabs and are designe
1212

1313
The compiled JAR file will be output into the `build/libs` directory.
1414

15-
## Current scripts available (180614):
15+
## Current scripts available (181101):
1616

1717
**BAM Statistics:**
1818

1919
-BAM Statistics
2020

2121
-Paired-End Statistics
2222

23-
-Signal Duplication
23+
-BAM Genome Correlation
2424

2525

2626
**BAM Manipulation:**
@@ -50,18 +50,14 @@ The compiled JAR file will be output into the `build/libs` directory.
5050
**File Utilities:**
5151

5252
-MD5 Checksum
53-
54-
55-
**Coordinate File Manipulation:**
5653

57-
-Expand BED/GFF File
58-
59-
-Convert BED/GFF to GFF/BED
60-
61-
-Sort BED/GFF by CDT
6254

55+
**Peak Calling:**
6356

64-
**Coordinate File Analysis:**
57+
-Genetrack - still highly unstable
58+
59+
60+
**Peak Analysis:**
6561

6662
-Align BED to Reference
6763

@@ -70,13 +66,26 @@ The compiled JAR file will be output into the `build/libs` directory.
7066
-Genomic Coordinate Tile
7167

7268
-Generate Random Coordinate
69+
70+
-Signal Duplication
71+
72+
73+
**Coordinate File Manipulation:**
74+
75+
-Expand BED/GFF File
76+
77+
-Convert BED/GFF to GFF/BED
7378

79+
-Sort BED/GFF by CDT
80+
7481

75-
**Sequence Tag Analysis:**
82+
**Sequence Read Analysis:**
7683

7784
-Tag Pileup
7885

79-
-Merge Heat Plots
86+
-Calculate Scaling Factor
87+
88+
-Scale Matrix Data
8089

8190
-Aggregate Data
8291

@@ -92,6 +101,12 @@ The compiled JAR file will be output into the `build/libs` directory.
92101
-DNA Shape from BED
93102

94103
-DNA Shape from FASTA
104+
105+
106+
**Figure Generation:**
107+
108+
-Heatmap
95109

96-
-4Color Sequence Plot
110+
-Merge Heatmaps
97111

112+
-4Color Sequence Plot

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'eclipse'
99

1010
sourceSets.main.java.srcDirs = ['src']
1111
mainClassName = "main.ScriptManager"
12-
version = '0.11-dev'
12+
version = '0.12'
1313
sourceCompatibility = 1.8
1414

1515
// Gradle builds for dev

src/main/ScriptManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
import window_interface.Figure_Generation.MergeHeatMapWindow;
5454

5555
public class ScriptManager {
56-
public static final String VERSION = "0.11-dev";
56+
public static final String VERSION = "0.12";
5757

5858
private JFrame frmScriptManager;
5959
/**

0 commit comments

Comments
 (0)