Home
last modified time | relevance | path

Searched refs:SEQ_FMT_FASTA (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c5847 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in GetSeqEntryFromSequencesForm()
10609 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in NucleotideImportFinish()
10911 case SEQ_FMT_FASTA : in SetOrgNucProtImportExportItems()
11162 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in DeleteAllSequencesFromForm()
11209 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in SequencesFormDeleteProc()
11224 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in SequencesFormDeleteProc()
25453 if (sqfp->seqFormat == SEQ_FMT_FASTA in SequenceAssistant()
25593 && sqfp->seqFormat == SEQ_FMT_FASTA) in CreateNucleotideTab()
25604 if (sqfp->seqFormat == SEQ_FMT_FASTA) { in CreateNucleotideTab()
25865 sqfp->seqFormat = SEQ_FMT_FASTA; in CreateInitOrgNucProtForm()
[all …]
H A Dsequin.h104 #define SEQ_FMT_FASTA 1 macro
H A Dsequin7.c572 SafeSetValue (ffp->format, SEQ_FMT_FASTA); in FormatBlockPtrToFormatForm()
583 SafeSetValue (ffp->format, SEQ_FMT_FASTA); in FormatBlockPtrToFormatForm()
585 ffp->restoreFormatTo = SEQ_FMT_FASTA; in FormatBlockPtrToFormatForm()
633 SafeSetValue (ffp->format, SEQ_FMT_FASTA); in EnableOrDisableFormats()
877 SetValue (ffp->format, SEQ_FMT_FASTA); in CreateFormatForm()
878 ffp->restoreFormatTo = SEQ_FMT_FASTA; in CreateFormatForm()
H A Dsequin1.c330 static FormatBlock globalFormatBlock = {SEQ_PKG_SINGLE, SEQ_FMT_FASTA, 0, SEQ_ORIG_SUBMISSION};
11563 globalFormatBlock.seqFormat = SEQ_FMT_FASTA; in BackToSubmitter()
14056 globalFormatBlock.seqFormat = SEQ_FMT_FASTA; in Main()
34343 globalFormatBlock.seqFormat = SEQ_FMT_FASTA; in BackToSubmitterForm()