Home
last modified time | relevance | path

Searched refs:showdssp (Results 1 – 14 of 14) sorted by relevance

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhfullalignment.h20 …am& out, Hit& hit, const char showconf, const char showcons, const char showdssp, const char showp…
21 …void PrintA2M(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const ch…
22 …void PrintFASTA(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const …
23 …void PrintA3M(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const ch…
H A Dhhhitlist.h47 const char showdssp, const char showpred, const float p, const int aliwidth, const int nseqdis,
50 const char showdssp, const char showpred, const float p, const int aliwidth, const int nseqdis,
54 const char showconf, const char showcons, const char showdssp, const char showpred,
58 const char showconf, const char showcons, const char showdssp, const char showpred,
H A Dhhfullalignment.cpp209 …am& out, Hit& hit, const char showconf, const char showcons, const char showdssp, const char showp… in PrintHHR() argument
234 if (k == qa->nss_dssp && !showdssp) in PrintHHR()
348 if (k == ta->nss_dssp && !showdssp) in PrintHHR()
394 …ntA2M(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const char showp… in PrintA2M() argument
402 if (k == qa->nss_dssp && !showdssp) in PrintA2M()
424 if (k == ta->nss_dssp && !showdssp) in PrintA2M()
447 …FASTA(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const char showp… in PrintFASTA() argument
451 PrintA2M(out, hit, showcons, showdssp, showpred, aliwidth); in PrintFASTA()
457 …ntA3M(std::stringstream& out, Hit& hit, const char showcons, const char showdssp, const char showp… in PrintA3M() argument
461 PrintA2M(out, hit, showcons, showdssp, showpred, aliwidth); in PrintA3M()
H A Dhhhitlist.cpp119 const char showconf, const char showcons, const char showdssp, in PrintHHR() argument
124 …PrintHHR(q, out, maxdbstrlen, showconf, showcons, showdssp, showpred, b, B, z, Z, aliwidth, nseqdi… in PrintHHR()
142 const char showdssp, const char showpred, const int b, const int B, in PrintHHR() argument
147 …PrintAlignments(q, out, showconf, showcons, showdssp, showpred, p, aliwidth, nseqdis, b, B, E, S, … in PrintHHR()
154 const char showcons, const char showdssp, const char showpred, in PrintAlignments() argument
158 …PrintAlignments(q, out, showconf, showcons, showdssp, showpred, p, aliwidth, nseqdis, b, B, E, S, … in PrintAlignments()
180 const char showconf, const char showcons, const char showdssp, in PrintAlignments() argument
206 qt_ali.PrintHHR(out, hit, showconf, showcons, showdssp, showpred, aliwidth, maxseq); in PrintAlignments()
210 qt_ali.PrintFASTA(out, hit, showcons, showdssp, showpred, aliwidth); in PrintAlignments()
214 qt_ali.PrintA2M(out, hit, showcons, showdssp, showpred, aliwidth); in PrintAlignments()
[all …]
H A Dhhdecl.cpp27 showdssp = 1; // show predicted secondary structure ss_dssp in Parameters()
H A Dhhdecl.h175 …char showdssp; // in query-template alignments 0: don't show ss_dssp lines 1:show variable
H A Dhhblits.cpp613 par.showdssp = 0; in ProcessArguments()
1819 par.showcons, par.showdssp, par.showpred, par.b, par.B, in writeHHRFile()
1853 par.showdssp, par.showpred, par.p, par.aliwidth, in writePairwiseAlisFile()
1900 hhblits.par.showdssp, hhblits.par.showpred, in writeHHRFile()
1917 par.showdssp, par.showpred, in printHHRFile()
1934 hhblits.par.showcons, hhblits.par.showdssp, in writePairwiseAlisFile()
H A Dhhsearch.cpp363 par.showdssp = 0; in ProcessArguments()
H A Dhhalign.cpp409 par.showdssp = 0; in ProcessArguments()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/hhalign/
H A Dhhfullalignment-C.h373 if (k==qa->nss_dssp && !par.showdssp) continue; in PrintHHR()
453 if (k==ta->nss_dssp && !par.showdssp) continue; in PrintHHR()
489 if (k==qa->nss_dssp && !par.showdssp) continue; in PrintA2M()
536 if (k==ta->nss_dssp && !par.showdssp) continue; in PrintA2M()
H A Dhhdecl-C.h115 int showdssp; // 0: don't show consensus sequence in alignments 1:show variable
H A Dhhutil-C.h563 par.showdssp=1; // show predicted secondary structure in SetDefaults()
H A Dhhalign.cpp542 else if (!strncmp(argv[i],"-nodssp",7)) par.showdssp=0;
793 par.showdssp=0; /* -nodssp */ in hhalign()
H A Dhhfunc-C.h854 …par.altali=1;par.hitrank=0;par.showcons=1; par.showdssp=1;par.showpred=1;par.nseqdis=iN;par.cons=1; in AlnToHMM2()