Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
addcramindex
Browse files Browse the repository at this point in the history
  • Loading branch information
PengJia6 committed Jun 17, 2020
1 parent 29186c9 commit e858664
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gitsub
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git pull
git add .
git commit -m $1
git push origin master
Binary file modified src/__pycache__/bam2dis.cpython-37.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions src/bam2dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def write_vcf(outputfile, dataList):
vcfrec.info["motif"] = msDetail.motif
vcfrec.info["repeatTimes"] = msDetail.repeatTimes
vcfrec.info["prefix"] = msDetail.prefix
vcfrec.info["suffix"] = msDetail.suffix
vcfrec.info["depth"] = msDetail.depth
vcfrec.info["support_reads"] = msDetail.support_reads
vcfrec.info["dis"] = "|".join([str(key) + ":" + str(value) for key, value in msDetail.repeatDict.items()])
Expand Down

0 comments on commit e858664

Please sign in to comment.