Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Apr 30, 2021
1 parent 741d413 commit 9a2752a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3"
version = "2.0.4"
author = "Andrea Telatin, Giovanni Birolo"
description = "BAM to Coverage"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions tests/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ $BamToCov -r $DATA/mini.bed -o $TMP/report.txt $DATA/mini.bam > $TMP/mini.BamToC
tail -n 4 $TMP/mini.BamToCov $TMP/report.txt

rm -rf $TMP
VER=$(grep version bamtocov.nimble | cut -f2 -d\")
for i in bin/*; do
$i --version | grep $VER;
done

0 comments on commit 9a2752a

Please sign in to comment.