Home
last modified time | relevance | path

Searched refs:clstr (Results 1 – 25 of 99) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dcluster.go175 go clstr.clusterBoss(&clstr.clientPolicy)
179 defer clstr.wgTend.Done()
228 nodes := clstr.GetNodes()
240 nodes = clstr.GetNodes()
402 clstr.aggregateNodestats(clstr.GetNodes())
409 clstr.statsLock.Lock()
423 clstr.statsLock.Lock()
511 clstr.Close()
516 clstr.Close()
896 clstr.wgTend.Wait()
[all …]
/dports/biology/cd-hit/cdhit-4.8.1/
H A Dclstr_sort_prot_by.pl7 my @clstr = ();
16 @clstr = sort { $b->[1]<=>$a->[1] } @clstr;
19 @clstr = sort {$a->[2] cmp $b->[2] or $b->[1]<=>$a->[1]} @clstr;
22 @clstr = sort {$b->[1]<=>$a->[1] or $a->[2] cmp $b->[2]} @clstr;
24 for ($i=0; $i<@clstr; $i++) {
25 print "$i\t$clstr[$i]->[0]\n";
28 @clstr = ();
48 @clstr = sort { $b->[1]<=>$a->[1] } @clstr;
51 @clstr = sort {$a->[2] cmp $b->[2] or $b->[1]<=>$a->[1]} @clstr;
54 @clstr = sort {$b->[1]<=>$a->[1] or $a->[2] cmp $b->[2]} @clstr;
[all …]
H A Dclstr_sort_by.pl6 my @clstr = ();
9 my $clstr = "";
13 if ($clstr) {
14 push(@clstr, [$len, $no, $clstr]);
18 $clstr = "";
21 $clstr .= $ll;
30 if ($clstr) {
31 push(@clstr, [$len, $no, $clstr]);
35 @clstr = sort {$b->[1] <=> $a->[1]} @clstr;
38 @clstr = sort {$b->[0] <=> $a->[0]} @clstr;
[all …]
H A Dclstr_list_sort.pl11 my @clstr = values %{retrieve($input_file)};
18 my $clstr_no = scalar(@clstr);
24 foreach my $seq1 (@{$clstr[$i][3]}) {
35 $rep2size{ $clstr[$i][0] } = $node_size;
40 @clstr = sort {$rep2size{$b->[0]} <=> $rep2size{$a->[0]}} @clstr;
43 @clstr = sort {$b->[1] <=> $a->[1]} @clstr;
46 @clstr = sort {$a->[0] cmp $b->[0]} @clstr;
49 store \@clstr, $output_file;
H A Dclstr_list.pl11 my %clstr = (); # an array of hashes for all the cluster
25 $clstr{$rep_acc} = [@record];
50 $clstr{$rep_acc} = [@record];
56 foreach my $rep_acc (keys %clstr){
57 my $seqs = $clstr{$rep_acc}[3]; # $seqs a reference to the sequences;
64 $clstr{$rep_acc}[3][$i][3] = [@{$old_clstr{$$seq[0]}[3]}];
65 $clstr{$rep_acc}[3][$i][2] = 1;
71 store \%clstr, $store_file;
H A Dclstr_cut.pl8 my $clstr= "";
15 print $clstr;
17 $clstr = $ll;
24 $clstr .= $ll;
30 print $clstr;
H A Dclstr_select.pl12 $clstr = "";
17 print $clstr;
19 $clstr = $ll;
23 $clstr .= $ll;
28 print $clstr;
H A Dclstr_quality_eval.pl22 my @clstr = ();
29 if (@clstr > 1) { #skip singleton
30 $cdhit_clusters{$i} = [@clstr];
34 @clstr = ();
49 push(@clstr, $seq_idx);
55 if (@clstr > 1) { #skip singleton
56 $cdhit_clusters{$i} = [@clstr];
H A Dclstr_rev.pl14 my $clstr = "";
20 $gi2clstr{$gi} = $clstr;
23 $clstr="";
28 $clstr .= $ll;
35 $gi2clstr{$gi} = $clstr;
H A Dclstr_merge.pl4 my ($master_clstr, @clstr) = @ARGV;
5 my $clstr_file_no = $#clstr+1;
13 open($fh, $clstr[$i]) || die "can not open $clstr[$i]";
H A Dmake_multi_seq.pl15 my $clstr = shift;
20 die unless (-e $clstr);
27 open(TMP, $clstr) || die;
H A Dclstr_merge_noorder.pl6 my ($master_clstr, @clstr) = @ARGV;
7 my $clstr_file_no = $#clstr+1;
10 foreach $file (@clstr) {
/dports/sysutils/siegfried/siegfried-1.9.1/internal/bytematcher/
H A Dprocess.go75 clstr = clstr.commit()
81 clstr = clstr.commit()
84 clstr = clstr.commit()
90 if !clstr.rev {
91 clstr = clstr.commit()
92 clstr.rev = true
96 if !clstr.rev {
97 clstr = clstr.commit()
101 clstr = clstr.commit()
102 clstr.rev = true
[all …]
/dports/biology/cd-hit/cdhit-4.8.1/usecases/Miseq-16S/
H A Dfilter-nontop-ref.pl12 my $clstr = "";
19 if ($clstr) {
20 print $clstr;
24 $clstr = $ll;
32 $clstr .= $ll;
48 if ($clstr) {
49 print $clstr;
H A Dfilter-refonly-cluster.pl16 my $clstr = "";
20 print $clstr unless ($refonly);
21 $clstr = $ll;
25 $clstr .= $ll;
H A Dcd-hit-otu-miseq-PE.pl35 my $clstr = "$f2.dup.clstr";
63 my $no_clstr = count_clstrs_from_clstr_file($clstr);
203 my $clstr = shift;
204 my $n = `grep -c "^>" $clstr`;
210 my $clstr = shift;
211 my $n = `grep -cv "^>" $clstr`;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cygprofile/
H A Dcluster_unittest.py21 clstr = cluster.Clustering()
22 c = clstr.ClusterOf('a')
24 c = clstr._MakeCluster(['a', 'b', 'c'])
25 self.assertEqual(c, clstr.ClusterOf('a'))
26 self.assertEqual(c, clstr.ClusterOf('b'))
27 self.assertEqual(c, clstr.ClusterOf('c'))
30 clstr = cluster.Clustering()
31 x = clstr._MakeCluster(['a', 'b'])
32 self.assertEqual(x, clstr.ClusterOf('a'))
35 y = clstr._MakeCluster(['c'])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cygprofile/
H A Dcluster_unittest.py21 clstr = cluster.Clustering()
22 c = clstr.ClusterOf('a')
24 c = clstr._MakeCluster(['a', 'b', 'c'])
25 self.assertEqual(c, clstr.ClusterOf('a'))
26 self.assertEqual(c, clstr.ClusterOf('b'))
27 self.assertEqual(c, clstr.ClusterOf('c'))
30 clstr = cluster.Clustering()
31 x = clstr._MakeCluster(['a', 'b'])
32 self.assertEqual(x, clstr.ClusterOf('a'))
35 y = clstr._MakeCluster(['c'])
[all …]
/dports/biology/cd-hit/cdhit-4.8.1/usecases/miRNA-seq/
H A Dfilter-small-cluster.pl24 $clstr = "";
31 print OUT $clstr;
34 $clstr = $ll;
38 $clstr .= $ll;
53 print OUT $clstr;
/dports/devel/libcidr/libcidr-1.2.3/src/examples/acl/
H A Dacl.c57 char *clstr; in main() local
289 clstr = cidr_to_str(clcidr, CIDR_ONLYADDR); in main()
290 printf("**> New v4 client from %s\n", clstr); in main()
291 sprintf(toclnt, "Hi there, %s!\n", clstr); in main()
293 free(clstr); in main()
334 clstr = cidr_to_str(clcidr, CIDR_ONLYADDR); in main()
335 printf("**> New v6 client from %s\n", clstr); in main()
336 sprintf(toclnt, "Hi there, %s!\n", clstr); in main()
338 free(clstr); in main()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajsys.h251 ajint ajSysExecS(const AjPStr clstr);
253 ajint ajSysExecLocaleS(const AjPStr clstr, const AjPStr localestr);
255 ajint ajSysExecPathS(const AjPStr clstr);
257 ajint ajSysExecEnvS(const AjPStr clstr, char * const env[]);
265 ajint ajSysExecOutnameS(const AjPStr clstr, const AjPStr outfname);
268 ajint ajSysExecOutnameAppendS(const AjPStr clstr,
271 ajint ajSysExecOutnameErrS(const AjPStr clstr, const AjPStr outfname);
274 ajint ajSysExecOutnameErrAppendS(const AjPStr clstr,
/dports/net/dhcpd-pools/dhcpd-pools-3.1/src/
H A Dmustach.c123 …template, struct mustach_itf *itf, void *closure, FILE *file, const char *opstr, const char *clstr) in process() argument
133 cllen = strlen(clstr); in process()
146 term = strstr(beg, clstr); in process()
157 for (l = 0 ; clstr[l] == '}' ; l++); in process()
158 if (clstr[l]) { in process()
217 clstr = tmp; in process()
259 rc = process(partial, itf, closure, file, opstr, clstr); in process()
/dports/math/PDL/PDL-2.019/Basic/SourceFilter/
H A DNiceSlice.pm334 my $clstr = shift;
335 $clstr =~ s/([^a-zA-Z0-9])/\\$1/g;
336 my $termstr = '^\s*no\s+'.$clstr.'\s*;\s*(#.*)*$';
341 my $clstr = shift;
342 $clstr =~ s/([^a-zA-Z0-9])/\\$1/g;
343 my $reinstr = '^\s*use\s+'.$clstr.'\s*;\s*(#.*)*$';
/dports/biology/cd-hit/cdhit-4.8.1/doc/
H A Dcdhit-user-guide.tex612 clstr_merge.pl nr90.clstr month-new.clstr > temp.clstr
613 cat temp.clstr month90.clstr > this_month_nr90.clstr
700 Clstr_sort_by.pl input.clstr no > input_sort.clstr
711 Clstr_sort_prot_by.pl input.clstr id > input_sort.clstr
724 clstr_merge.pl db2new.clstr db3new.clstr > db23new.clstr
736 clstr_merge_noorder.pl db2new.clstr db3new.clstr > db23new.clstr
747 Clstr_renumber.pl input.clstr > input_ren.clstr
752 It combines a .clstr file with its parent .clstr file
759 clstr_rev.pl nr90.clstr nr60.clstr > nr60_from90.clstr
761 clstr_rev.pl nr60_from90.clstr nr30.clstr > nr30_from90.clstr
[all …]
/dports/www/devd/devd-0.9/
H A Dresponselogger.go38 clstr := ""
44 clstr = fmt.Sprintf("%s", humanize.Bytes(uint64(cli)))
47 rl.Log.Say("<- %s %s", codestr, clstr)

1234