File tree Expand file tree Collapse file tree 3 files changed +31
-16
lines changed
Expand file tree Collapse file tree 3 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Scripts are generically categorized within semi-descriptive tabs and are designe
1212
1313The 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'eclipse'
99
1010sourceSets. main. java. srcDirs = [' src' ]
1111mainClassName = " main.ScriptManager"
12- version = ' 0.11-dev '
12+ version = ' 0.12 '
1313sourceCompatibility = 1.8
1414
1515// Gradle builds for dev
Original file line number Diff line number Diff line change 5353import window_interface .Figure_Generation .MergeHeatMapWindow ;
5454
5555public 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 /**
You can’t perform that action at this time.
0 commit comments