Home
last modified time | relevance | path

Searched refs:_seqName (Results 1 – 3 of 3) sorted by relevance

/dports/biology/canu/canu-2.2/src/haplotyping/
H A DsplitHaplotype.C72 _seqName = NULL; in allData()
115 char *_seqName; // Input from a Canu seqStore
435 if (_seqName) { in openInputs()
436 _seqStore = new sqStore(_seqName); in openInputs()
708 G->_seqName = argv[++arg]; in main()
747 if ((G->_seqName == NULL) && (G->_seqs.size() == 0)) in main()
749 if ((G->_seqName != NULL) && (G->_seqs.size() != 0)) in main()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DExportAnnotations2CSVTask.cpp40 …<Annotation *> &annotations, const QByteArray &sequence, const QString &_seqName, const DNATransla… in ExportAnnotations2CSVTask() argument
41 …s to CSV format"), TaskFlag_None), annotations(annotations), sequence(sequence), seqName(_seqName), in ExportAnnotations2CSVTask()
/dports/biology/clustalw/clustalw-2.1/src/
H A DClustal.cpp1138 string _seqName = userParameters->getSeqName(); in outputNow() local
1139 utilityObject->getPath(_seqName, &path); in outputNow()