Skip to content

Commit

Permalink
version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Mackowiak authored and mschilli87 committed Apr 13, 2017
1 parent ef90209 commit 58031e4
Show file tree
Hide file tree
Showing 42 changed files with 591 additions and 186 deletions.
5 changes: 5 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ViennaRNA package is obtained from http://www.tbi.univie.ac.at/RNA
The squid library is obtained from http://eddylab.org/software/squid/
Randfold is obtained from http://bioinformatics.psb.ugent.be/software/details/Randfold
Bowtie is obtained from http://sourceforge.net/projects/bowtie-bio/files/bowtie/

3 changes: 3 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ A: No, but the output from the quantification module can be used
directly as input for specialized differential expression
tools.




31 changes: 20 additions & 11 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@ This is miRDeep2 developed by Marc Friedlaender and Sebastian Mackowiak.
miRDeep2 discovers active known or novel miRNAs from deep sequencing data (Solexa/Illumina, 454, ...).




Requirements:
------------
Linux system, 2GB Ram, enough disk space dependent on your deep sequencing data




# Testing version
MacOSX with Xcode and gcc compiler installed. (This can be obtained from the appstore,
if there are any issues with installing it please look for help online).

To compile the Vienna package it maybe necessary to have GNU-grep installed since
the MacOSX grep is BSD based and sometimes not accepted by the installer.
To get a GNU grep you could for example install homebrew by typing
##
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
##
(the link could be out of date, in that case look up online what to do)

After that typing
##
brew tap homebrew/dupes; brew install grep
##
will install gnu grep as 'ggrep' in /usr/local/bin/
##



Installation:
Expand All @@ -39,7 +53,7 @@ d Perl package PDF::API2 (http://search.cpan.org/search?query=PDF%3A%3AAPI2&
Sample installation tutorial when packages are downloaded

2 attach the miRDeep2 executable path to your PATH
(echo 'export PATH=$PATH:your_path_to_mirdeep2' >> ~/.bashrc)
(echo 'export PATH=$PATH:your_path_to_mirdeep2/src' >> ~/.bashrc)



Expand Down Expand Up @@ -88,7 +102,6 @@ Sample installation tutorial when packages are downloaded

2.f) start a new shell session to apply changes to environment variables


to test if everything is installed properly type in
1) bowtie
2) RNAfold -h
Expand All @@ -100,21 +113,17 @@ you should not get any error messages otherwise something is not correctly insta




Install Paths:
-------------
Everything that is download by the installer will be in a directory called your_path_to_mirdeep2/essentials




Script Reference:
----------------

miRDeep2 analyses can be performed using the three scripts miRDeep2.pl, mapper.pl and quantifier.pl.



name:
miRDeep2.pl

Expand Down
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 2.0.0.8
The install.pl script has been updated to download automatically the latest PDF::API2 version and the latest bowtie1 version.
Source code has been cleaned up and pathes have been adapted. So when using this version please do a new installation of miRDeep2
and do not just copy scripts over old version. Otherwise your installation will likely be broken.
RNAfold and randfold now compile again on MacOSX 10.10.5 due to adaptation of the fold.c source file in these packages.
minor issues removed
code is cleaned up and installation directories are also organzied more reasonable
Sean Eddys squid libray is included in the package already since the download server is sometimes not to be working



Version 2.0.0.6
corrected bed file coordinates, off by one error fixed
the zebrafish switch works now in the species specification
Expand Down
Loading

0 comments on commit 58031e4

Please sign in to comment.