Merge branch 'it4i-salomon'

This commit is contained in:
Josef Hrabal 2019-07-09 15:08:49 +02:00
commit 4852224091
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- misc/plot-bamstats.orig 2019-07-09 15:05:11.870849355 +0200
+++ misc/plot-bamstats 2019-07-09 15:05:33.511871839 +0200
@@ -787,7 +787,7 @@
for (my $iqual=1; $iqual<@$cycle; $iqual++) { print $fh "\t$$cycle[$iqual]"; }
print $fh "\n";
}
- print $fh "end\nend\n";
+ print $fh "\nend\n";
if ( $is_paired )
{
@ytics = ();
@@ -812,7 +812,7 @@
for (my $iqual=1; $iqual<@$cycle; $iqual++) { print $fh "\t$$cycle[$iqual]"; }
print $fh "\n";
}
- print $fh "end\nend\n";
+ print $fh "\nend\n";
}
close($fh);
plot($$args{gp});

View File

@ -14,6 +14,8 @@ source_urls = [
'https://github.com/samtools/%(namelower)s/releases/download/%(version)s']
sources = [SOURCELOWER_TAR_BZ2]
patches = ['SAMtools-1.9-gnuplot.patch']
dependencies = [
('ncurses', '6.0', '', True),
('zlib', '1.2.11', '', True),