Skip to content

Commit

Permalink
Merge pull request #27 from hillerlab/rearrangement
Browse files Browse the repository at this point in the history
Rearrangement
  • Loading branch information
kirilenkobm authored Sep 15, 2023
2 parents 22a84f3 + 54782c0 commit 056546f
Show file tree
Hide file tree
Showing 65 changed files with 30,658 additions and 6,250 deletions.
11 changes: 11 additions & 0 deletions .clocignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cloc --exclude-list-file=.clocignore .
.vscode
.DS_Store
.idea
venv
test_out
test_data
old_backup
HL_kent_binaries
chainAxtIssue
chain_clean_micro_env
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,25 @@ temp/*
.DS_Store
.idea/*
venv/*
.idea/*
__pycache__/*
modules/__pycache__/*
*/__pycache__/

# Kent binaries
HL_kent_binaries/pslSortAcc
HL_kent_binaries/chainAntiRepeat
HL_kent_binaries/chainMergeSort
HL_kent_binaries/chainCleaner
HL_kent_binaries/chainSort
HL_kent_binaries/chainScore
chain_clean_micro_env/chainNet
/HL_kent_binaries/chainFilter
# to be continued

# test data
test_out/
test_out_2/
test_data/humanChrX.fa
test_data/mm39ChrX.fa
test_out_new/
test_out_old/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion GenomeAlignmentTools
Submodule GenomeAlignmentTools deleted from 58b4c2
91 changes: 0 additions & 91 deletions HL_kent_binaries/chainExtractID.py

This file was deleted.

112 changes: 0 additions & 112 deletions HL_kent_binaries/chainIndexID.py

This file was deleted.

Loading

0 comments on commit 056546f

Please sign in to comment.