Skip to content

Commit

Permalink
modified: Changes
Browse files Browse the repository at this point in the history
	modified:   lib/Bio/ViennaNGS.pm
  • Loading branch information
mtw committed Jul 6, 2015
1 parent 67b5d61 commit 823c4ef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Revision history for Perl extension ViennaNGS.
- fixed directory creation in bam_split.pl
- updated POD in Tutorials

0.15 Mon Jun 29 2015
0.15 Mon Jul 6 2015
- fixed path creation in bed_or_bam2bw()
- fixed scalar initialization bug
- fixed bug in Bio::ViennaNGS::BamStat
Expand Down
33 changes: 23 additions & 10 deletions lib/Bio/ViennaNGS.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*-CPerl-*-
# Last changed Time-stamp: <2015-06-29 15:58:19 mtw>
# Last changed Time-stamp: <2015-07-06 12:44:38 mtw>

package Bio::ViennaNGS;

Expand Down Expand Up @@ -207,14 +207,27 @@ In addition the following modules are required by the L<Bio::ViennaNGS> utilitie
=back
L<Bio::ViennaNGS> uses third-party tools for computing intersections
of BED files: F<bedtools intersect> from the
L<BEDtools|http://bedtools.readthedocs.org/en/latest/content/tools/intersect.html>
suite is used to compute overlaps and F<bedtools sort> is used to sort
BED output files. Make sure that those third-party utilities are
available on your system, and that hey can be found and executed by
the Perl interpreter. We recommend installing the latest version of
L<BEDtools|https://github.com/arq5x/bedtools2> on your system.
L<Bio::ViennaNGS> depends on a set of third-party tools and libraries which
are required for specific filtering and file format conversion tasks as
well as for building internally used Perl modules:
=over
=item L<bedtools2|https://github.com/arq5x/bedtools2>
=item F<bedGraphToBigWig>, F<fetchChromSizes>, F<faToTwoBit> from the
L<UCSC Genome Browser
applications|http://hgdownload.cse.ucsc.edu/admin/exe>
=item L<R|http://www.r-project.org/>
=item samtools E<lt>=v0.1.19 for building L<Bio::DB::Sam>.
=back
Please ensure that all third-party utilities are available on your
system, and that hey can be found and executed by the Perl
interpreter.
=head1 SOURCE AVAILABILITY
Expand All @@ -232,7 +245,7 @@ analysis pipelines">
I<Michael T. Wolfinger, Joerg Fallmann, Florian Eggenhofer and Fabian Amman>
F1000Research 2015, 4:50 (doi: L<10.12688/f1000research.6157.1|http://dx.doi.org/10.12688/f1000research.6157.1>)
F1000Research 2015, 4:50 (doi: L<10.12688E<sol>f1000research.6157.1|http://dx.doi.org/10.12688/f1000research.6157.1>)
=head1 NOTES
Expand Down

0 comments on commit 823c4ef

Please sign in to comment.