Entering edit mode
8.2 years ago
zizigolu
★
4.3k
hi,
long time I am trying many ways and googling to run mirdeep2 but always error :( :( :(
[izadi@lbox200 mirdeep2_0_0_8]$ install.pl
Installing PDF-API2 now
Warning: prerequisite Font::TTF 0 not found.
RNAfold was/is not installed properly
pdf was/is not installed properly
ttf was/is not installed properly
randfold was/is not installed properly
bowtie was/is not installed properly
Please run the install.pl script again to check if everything is properly installed.
[izadi@lbox200 mirdeep2_0_0_8]$ [izadi@lbox200 mirdeep2_0_0_8]$
please someone help me and save me from this confusion
Lots of things appear to be missing from your system.
Since you can't get the install.pl to work why don't you use the instructions in part 2 of the README file included in the package. Install the packages individually.
sorry may you please read my errors
based on Sample Installation I downloaded RNAfold, bowtie, Vienna, SQUID and Perl package PDF::API2
after unziping I tried one by one
telling
for fixing error i tried
then I tried
even
:( :( :(
cpan Font::TTF
thank you Devon
t/ttfcopy.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
Files=3, Tests=6, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.08 cusr 0.01 csys = 0.11 CPU)
Result: FAIL
Failed 1/3 test programs. 0/6 subtests failed.
Makefile:1307: recipe for target 'test_dynamic' failed
make: * [test_dynamic] Error 2
BHALLISSY/Font-TTF-1.06.tar.gz
one dependency not OK (IO::String); additionally test harness failed
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports BHALLISSY/Font-TTF-1.06.tar.gz
[izadi@lbox200 PDF-API2-2.028]$
one dependency not OK (IO::String)
So install
IO::String
too. cpan is annoying to use.Use these instructions to setup CPAN to automatically install all dependencies.
thank you
[izadi@lbox200 perl-5.24.0]$ perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit' CPAN: File::HomeDir loaded ok (v1.00)
Please use 'o conf commit' to make the config permanent!
Please use 'o conf commit' to make the config permanent!
sorry,
I even installed a new version of perl, may you please help me to run mirdeep2? my mentor has asked me to find miRNAs more than a month ago, I tried many tools.. in miARmaSeq also when de novo miRNAs identification I got an error related to mirdeep like so
izadi@lbox200 cbbio-miarma-d7ecf5d38145]$ perl miARma Examples/basic_examples/miRNAs/DeNovo_miRNAs/2.DeNovo/2.1.DeNovo.ini
[Sun Oct 2 17:14:13 2016] Starting a miARma analysis for miRNA
[Sun Oct 2 17:14:13 2016] Checking provided parameters for: DeNovo.
[Sun Oct 2 17:14:13 2016] Checking General-output_dir parameter ... Exists!
[Sun Oct 2 17:14:13 2016] The folder specified in
(output_dir=Examples/basic_examples/miRNAs/DeNovo_miRNAs/results/) already exists.
[Sun Oct 2 17:14:13 2016] Wait 5 seconds to overwrite the folder. Cancel otherwise: 0
[Sun Oct 2 17:14:19 2016] Continue.
[Sun Oct 2 17:14:19 2016] All parameters are correct.
[Sun Oct 2 17:14:19 2016] Starting a De novo identification and quantification of miRNAs
miRDeep ERROR :: system args failed: 6400 (mkdir -p Examples/basic_examples/miRNAs/DeNovo_miRNAs/results//miRDeep_results/ ; export PERL5LIB=./lib/Perl/;miRDeep2.pl
Examples/basic_examples/miRNAs/DeNovo_miRNAs/results//miRDeep_results/HsCa-Ca_1.fa
Genomes/Indexes/bowtie1/human/homo_sapiens19.fa
Examples/basic_examples/miRNAs/DeNovo_miRNAs/results//miRDeep_results/HsCa-Ca_1_vs_genome.arf
Examples/basic_examples/miRNAs/data/hsa_mature_miRBase20.fasta none
Examples/basic_examples/miRNAs/data/precursors_miRBase20.fasta -r HsCa-Ca_1 -P -d -c -v >>
Examples/basic_examples/miRNAs/DeNovo_miRNAs/results//miARma_stat.13522.log 2>&1) at
lib/CbBio/RNASeq/Aligner.pm line 2213.
[izadi@lbox200 cbbio-miarma-d7ecf5d38145]$
[izadi@lbox200 RandA.1.1.4]$ cd /usr/data/nfs6/izadi/RandA.1.1.4/pipeline/
[izadi@lbox200 pipeline]$ perl RandA_pipe.pl randa.config cluster/no-cluster
Starting Analysis.. path to pipe is /usr/data/nfs6/izadi/RandA.1.1.4/pipeline
[RandA_pipe.pl] Math::CDF module not found, cannot proceed (please see README file). Quitting...
[izadi@lbox200 pipeline]$
[izadi@lbox200 pipeline]$ Math::CDF
Math::CDF: Command not found.
[izadi@lbox200 pipeline]$
I tried
cpan Math::CDF Spreadsheet::Result: FAIL
Failed 5/8 test programs. 0/109 subtests failed.
Makefile:933: recipe for target 'test_dynamic' failed
make: * [test_dynamic] Error 2
RUZ/GDGraph-1.53.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports RUZ/GDGraph-1.53.tar.gz
[izadi@lbox200 pipeline]$
Install Math::CDF. Install GD::Bar::Graph.
ERROR: Can't create '/usr/local/lib64/perl5/Math' mkdir /usr/local/lib64/perl5: Permission denied at /usr/share/perl5/vendor_perl/ExtUtils/Install.pm line 477.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at -e line 1. Makefile:800: recipe for target 'pure_site_install' failed make: * [pure_site_install] Error 13 [izadi@lbox200 Math-CDF-0.1]$
Looks like you would need to use
sudo
to install that or see if you can use an alternate location that you can write to.