We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25950c4 commit 3fd0314Copy full SHA for 3fd0314
3 files changed
MANIFEST
@@ -3,6 +3,7 @@ bin/bam_to_sra_sub.pl
3
bin/bamToBw.pl
4
bin/bwa_aln.pl
5
bin/bwa_mem.pl
6
+bin/detectExtremeDepth.pl
7
bin/diff_bams.pl
8
bin/gnos_pull.pl
9
bin/monitor.pl
docs.tar.gz
1.75 KB
lib/PCAP.pm
@@ -80,6 +80,7 @@ const my %UPGRADE_PATH => ( # all earlier versions need full upgrade
80
'2.2.1' => '',
81
'2.3.0' => '',
82
'2.4.0' => '',
83
+ '2.5.0' => '',
84
);
85
86
sub license {
0 commit comments