Skip to content

Commit

Permalink
removing error for filament picker
Browse files Browse the repository at this point in the history
  • Loading branch information
scheres committed May 9, 2023
1 parent bedcdc7 commit b2db1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pipeline_jobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6817,11 +6817,13 @@ bool RelionJob::getCommandsTomoPickTomogramsJob(std::string &outputname, std::ve
return false;
}

/*
if (joboptions["pick_mode"].getString() == "surfaces" || joboptions["pick_mode"].getString() == "filaments")
{
error_message = "ERROR: sorry 'surfaces/filaments' picking is yet to be implemented. Please bear with us...";
return false;
}
*/

command += " " + joboptions["pick_mode"].getString();
command += " --tilt-series-star-file " + joboptions["in_tomoset"].getString();
Expand Down

0 comments on commit b2db1fa

Please sign in to comment.