Entering edit mode
6.8 years ago
danielke
▴
10
Hey everyone,
I started working with MITE hunter and for some reason it stops running after step 2, error showing is:
sh: 1: /home/my-user/MITE_hunter/mdust/: Permission denied
Use of uninitialized value $Seq in split at /home/my-user/MITE_hunter/MITE_hunter_2011/low_complexity_filter.pl line 70.
Use of uninitialized value $Len in division (/) at /home/my-user/MITE_hunter/MITE_hunter_2011/low_complexity_filter.pl line 86.
Illegal division by zero at /home/my-user/MITE_hunter/MITE_hunter_2011/low_complexity_filter.pl line 86.
No such file or directory
This is the code I used:
/home/bariah/MITE_hunter/MITE_hunter_2011# perl MITE_Hunter_manager.pl -i /home/bariah/Genomes/Chromosome_files/tau_chr/tau_d1.fasta -g tau_d1 -c 95 -f 100 -L 50 -2 12345678
The last files created are: tau_d1_Step2.fa and tau_d1_Step2.fa.dusted (which is empty)
What can be the problem ?
Thank you!
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
Have you indexed the genome you are giving after -i option. Try this after indexing.
Else- You can try to change the privilege to mdust.
You can also try to install folllowing way:
download and install
Download from “http://target.iplantcollaborative.org/mite_hunter/MITE%20Hunter-11-2011.zip”
Unzip and change folder and subfolder names (replace space with "_")
cd ./MITE_Hunter-11-2011/MITE_Hunter perl MITE_Hunter_Installer.pl -d
install
/home/user/repeats/MITE_Hunter-11-2011/MITE_Hunter/ -f /usr/bin/formatdb -b /usr/bin/blastall -m /usr/bin/mdust -M /usr/bin/muscle
What do you mean index the genome? it is done by the RepeatMasker, if I'm not wrong..
What do you mean change the privilege to mdust? what should i do?
Thanks for your help :)
If you have indexed genome in the same folder then it may not be the cause for error. change permissions to the folder using "sudo chmod 777 -R /home/my-user/MITE_hunter/mdust/
If these things do not work then the problem could be with the installation.
Best
OK so I've tried it and still the same problem. What could be the problem with installation?
This is what I do to run MITE_hunter after installation. Might it be the first error ?
Can you check that blastall program can be called globally or you can export the the blasall to your path. Basically all the required program paths (complete) should have been given correctly while installing. I suggest once again try to install as I have mentioned in earlier reply. Best.
I’ve met the same problem in step 2,it is said that sh: /share_bio/Buchh/MITEs/mdust/mdust/mdust.c: Permission denied . Did you solve this problem ?