Searched refs:_seqName (Results 1 – 3 of 3) sorted by relevance
72 _seqName = NULL; in allData()115 char *_seqName; // Input from a Canu seqStore435 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()
40 …<Annotation *> &annotations, const QByteArray &sequence, const QString &_seqName, const DNATransla… in ExportAnnotations2CSVTask() argument41 …s to CSV format"), TaskFlag_None), annotations(annotations), sequence(sequence), seqName(_seqName), in ExportAnnotations2CSVTask()
1138 string _seqName = userParameters->getSeqName(); in outputNow() local1139 utilityObject->getPath(_seqName, &path); in outputNow()