|
|
@@ -101,7 +101,7 @@ const clusterSam = (
|
|
|
})
|
|
|
|
|
|
Object.keys(byClusters).map(e => byClusters[e].length < minReads ? delete byClusters[e] : null);
|
|
|
- resolve((Object.keys(byClusters).map(clusterName => ({clusterName, rnames: byClusters[clusterName]})).sort((a:any,b:any) => b.rname.length - a.rname.length)) )
|
|
|
+ resolve((Object.keys(byClusters).map(clusterName => ({clusterName, rnames: byClusters[clusterName]})).sort((a:any,b:any) => b.rnames.length - a.rnames.length)) )
|
|
|
})
|
|
|
}
|
|
|
|