Skip to content

Commit

Permalink
Remove lineage directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Mar 11, 2024
1 parent f4851e3 commit d56b5ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/clean_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def deleteDir(dirname):
"batch2",
"batch3",
"batch12",
"batch123"
"batch123",
"strain_1_lineage_db",
"strain_2_lineage_db"
]
for outDir in outputDirs:
deleteDir(outDir)
Expand Down

0 comments on commit d56b5ae

Please sign in to comment.