Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Feb 22, 2021
1 parent fd60ab6 commit c2bf9b3
Show file tree
Hide file tree
Showing 6 changed files with 398 additions and 194 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
nimcache/
nimblecache/
htmldocs/
bin/*
*.bai
profiling
2 changes: 1 addition & 1 deletion bamtocov.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "2.0.000"
version = "2.0.2"
author = "Andrea Telatin, Giovanni Birolo"
description = "BAM to Coverage"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions input/mini.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
seq1 200 400 target1_8X
seq1 600 650 target2_0X
seq1 700 900 target3_1X
seq2 530 540 for_rev_10Xa
seq2 570 580 for_rev_10Xb
seq2 590 610 for_rev_10Xc
1 change: 1 addition & 0 deletions input/pico.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
seq1 100 200
Loading

0 comments on commit c2bf9b3

Please sign in to comment.