File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ component-cutter tools.ComponentCutterMain
6
6
component-extractor tools.ComponentExtractorMain Extract graph components from tangled graph based on pivot k-mers
7
7
component-paths tools.ComponentPathsMain Extracts paths in the components
8
8
dist-matrix-calculator tools.DistanceMatrixCalculatorMain Calculates distance matrix using features values
9
+ double-view tools.DoubleViewMain Converts two binary k-mers files to single text file
9
10
features-calculator tools.FeaturesCalculatorMain Calculates features values for input reads files
10
11
heatmap-maker tools.HeatMapMakerMain constructs heatmap with dendrogram for distance matrix
11
12
kmer-counter tools.KmersCounterMain Count k-mers in given reads with ArrayLong2IntHashMap
12
13
kmer-counter-many tools.KmersCounterForManyFilesMain Count k-mers for many files independently
13
14
kmer-counter-posneg tools.KmersCounterPositiveNegative Count k-mers for files from two groups independently
14
15
kmers-filter tools.KmersFilter Filter k-mers from test set according to known samples
16
+ kmers-grouped-counter tools.KmersGroupedSamplesCounter Count number of samples from 3 groups containing specified k-mers
15
17
kmers-multiple-filters tools.KmersMultipleFilters Filter k-mers from test set according to three specified sets
16
18
kmers-samples-counter tools.KmersSamplesCounter Count number of samples containing k-mers from multiple samples
17
19
matrix-builder tools.DistanceMatrixBuilderMain Builds the distance matrix for input sequences
Original file line number Diff line number Diff line change 1
1
<project name =" jarsBuilder" default =" metafast" >
2
- <property name =" VERSION" value =" 1.0 .0" />
2
+ <property name =" VERSION" value =" 1.1 .0" />
3
3
<exec executable =" git" outputproperty =" revision" >
4
4
<arg value =" rev-parse" />
5
5
<arg value =" --short" />
74
74
<property name =" project.sh" value =" ${ jars.dir } /${ project.name } .sh" />
75
75
<property name =" project.bat" value =" ${ jars.dir } /${ project.name } .bat" />
76
76
77
- <property name =" ant.build.javac.source" value =" 1.6 " />
78
- <property name =" ant.build.javac.target" value =" 1.6 " />
77
+ <property name =" ant.build.javac.source" value =" 1.8 " />
78
+ <property name =" ant.build.javac.target" value =" 1.8 " />
79
79
80
80
81
81
You can’t perform that action at this time.
0 commit comments