Skip to content

Commit

Permalink
Remove --tar-include and --tar-exclude from createdb as they were nev…
Browse files Browse the repository at this point in the history
…er used
  • Loading branch information
milot-mirdita committed Mar 4, 2024
1 parent e1394aa commit 15c0516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commons/LocalParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ LocalParameters::LocalParameters() :
structurecreatedb.push_back(&PARAM_MASK_BFACTOR_THRESHOLD);
structurecreatedb.push_back(&PARAM_COORD_STORE_MODE);
structurecreatedb.push_back(&PARAM_WRITE_LOOKUP);
structurecreatedb.push_back(&PARAM_TAR_INCLUDE);
structurecreatedb.push_back(&PARAM_TAR_EXCLUDE);
structurecreatedb.push_back(&PARAM_INPUT_FORMAT);
// protein chain only
structurecreatedb.push_back(&PARAM_FILE_INCLUDE);
Expand Down

0 comments on commit 15c0516

Please sign in to comment.