X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.cpp;h=41067396c6f5333faeaf3346afd9b865ad351531;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=16618f74cc8e251c7d28d10ca37fcd2e7b09d017;hpb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;p=mothur.git diff --git a/screenseqscommand.cpp b/screenseqscommand.cpp index 16618f7..4106739 100644 --- a/screenseqscommand.cpp +++ b/screenseqscommand.cpp @@ -260,6 +260,11 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option) { temp = validParameter.validFile(parameters, "criteria", false); if (temp == "not found"){ temp = "90"; } m->mothurConvert(temp, criteria); + + if (namefile == "") { + vector files; files.push_back(fastafile); + parser.getNameFile(files); + } } }