Home
last modified time | relevance | path

Searched refs:AddPreferredFormat (Results 1 – 10 of 10) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/feat_import/
H A Dfeat_import.cpp226 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eGtf); in xGetInputFormat()
227 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eGff3); in xGetInputFormat()
228 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eGffAugustus); in xGetInputFormat()
229 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBed); in xGetInputFormat()
230 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eFiveColFeatureTable); in xGetInputFormat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dhuge_file.cpp111 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in RecognizeContent()
112 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in RecognizeContent()
113 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eFasta); in RecognizeContent()
114 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGff3); in RecognizeContent()
H A Dmultireader.cpp412 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in xInputGetFormat()
413 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eFasta); in xInputGetFormat()
414 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in xInputGetFormat()
416 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGff3); in xInputGetFormat()
431 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in xAnnotGetFormat()
432 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in xAnnotGetFormat()
433 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGffAugustus); in xAnnotGetFormat()
434 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGff3); in xAnnotGetFormat()
435 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGff2); in xAnnotGetFormat()
436 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eGtf); in xAnnotGetFormat()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blastdb/
H A Dmakeblastdb.cpp193 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in s_ReadObject()
194 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in s_ReadObject()
793 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in x_GuessFileType()
794 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in x_GuessFileType()
795 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eFasta); in x_GuessFileType()
892 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in x_ProcessMaskData()
893 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in x_ProcessMaskData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastdb/
H A Dmakeblastdb.cpp193 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in s_ReadObject()
194 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in s_ReadObject()
793 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in x_GuessFileType()
794 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in x_GuessFileType()
795 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eFasta); in x_GuessFileType()
892 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in x_ProcessMaskData()
893 fg.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in x_ProcessMaskData()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dformat_guess.hpp179 CFormatHints& AddPreferredFormat(TFormat fmt);
412 CFormatGuess::CFormatHints::AddPreferredFormat(TFormat fmt) in AddPreferredFormat() function in CFormatGuess::CFormatHints
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dformat_guess.hpp179 CFormatHints& AddPreferredFormat(TFormat fmt);
412 CFormatGuess::CFormatHints::AddPreferredFormat(TFormat fmt) in AddPreferredFormat() function in CFormatGuess::CFormatHints
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asn_cleanup/
H A Dasn_cleanup.cpp1197 fh.AddPreferredFormat(CFormatGuess::eTextASN); in x_OpenIStream()
1198 fh.AddPreferredFormat(CFormatGuess::eBinaryASN); in x_OpenIStream()
1199 fh.AddPreferredFormat(CFormatGuess::eXml); in x_OpenIStream()
1200 fh.AddPreferredFormat(CFormatGuess::eZip); in x_OpenIStream()
1201 fh.AddPreferredFormat(CFormatGuess::eGZip); in x_OpenIStream()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/annotwriter/
H A Dannotwriter.cpp733 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eBinaryASN); in xInitInputStream()
734 FG.GetFormatHints().AddPreferredFormat(CFormatGuess::eTextASN); in xInitInputStream()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/gap_stats/
H A Dgap_stats.cpp866 format_guesser.GetFormatHints().AddPreferredFormat(a_format); in x_ReadFileOrAccn()