Skip to content

Commit 7ec3abe

Browse files
authored
Remove seqwish temporary working directories from repository (#7)
These seqwish-* directories are temporary working files created by seqwish during graph construction runs. They were accidentally committed and are bloating the repository. Removed: - 36 files across 12 seqwish-* directories (~10MB total) - Files: .sqa, .sqi, .sqq (seqwish's intermediate sequence alignment data) Added to .gitignore: - seqwish-*/ pattern to prevent future commits - wfmash-*/ pattern (similar temp directories) These temporary directories are automatically created by seqwish and should never be tracked in version control.
1 parent c17f287 commit 7ec3abe

File tree

37 files changed

+4
-12
lines changed

37 files changed

+4
-12
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ EOF < /dev/null
6060
seqwish/
6161
seqwish-paper/
6262

63+
# Seqwish/wfmash temporary working directories
64+
seqwish-*/
65+
wfmash-*/
66+
6367
# HLA-ZOO results directory
6468
hla_zoo_results/
6569
process_hla_zoo.sh

seqwish-18HrbX/3aVSHJ.sqq

Lines changed: 0 additions & 1 deletion
This file was deleted.

seqwish-18HrbX/Sv5piC.sqi

-4.68 KB
Binary file not shown.

seqwish-18HrbX/y5NrcK.sqa

-128 KB
Binary file not shown.

seqwish-3WQkTA/acRBni.sqq

Lines changed: 0 additions & 1 deletion
This file was deleted.

seqwish-3WQkTA/lx6xom.sqa

-152 KB
Binary file not shown.

seqwish-3WQkTA/w7cbsQ.sqi

-4.64 KB
Binary file not shown.

seqwish-J1x6ij/LTBsBm.sqi

-3.97 KB
Binary file not shown.

seqwish-J1x6ij/MHhN9D.sqa

-352 KB
Binary file not shown.

seqwish-J1x6ij/rchheX.sqq

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)