More posts like this
-
FRASER error
written by smanzano250800 •I'm trying to use the bioconductor R package. At first everything works fine following its workflow, until I run the following command: fds <- FRASER(fds, …
-
Parsing a GTF file with BCBio-gff: AttributeError
written by Flavia •I'm trying to parse a gtf file using this code: ```py from BCBio import GFF gtf_rec = [] in_file = 'cuffcmp.combined.gtf' out_file = 'extract.gtf' with …
-
Error running Trinity
written by Guilherme •Hello, I'm new to bioinformatics and to linux command line so I'm having small issues troubleshooting in an assignment. Anyone know why I can't run …
-
Use of uninitialized value $total in numeric gt (>) at ./get_homologues.pl line 1589.
written by Neel •Hi, I am trying to run get_homologues of > ./get_homologues.pl Perl script and I got following error- ``` ./get_homologues.pl -d faa Error---Use of uninitialized value …
-
CAP-miRSeq installation error miRDeep2
written by jomagrax •Hi everyone! I have been trying to install CAP-miRSeq, and I think I have installed all the requiered software, but when I run the check_install …
-
Can't locate Bio/SeqIO.pm
written by zoe.meziere •Hi everyone, I'm totally new in programming, and I'm just trying to use Phyla_AMPHORA to get sequences of a specific marker, for all bacterial phyla …
-
VelvetOptimiser can't go further
written by XinDear all, I used Trinity to assemble my reads before. Now I'd like to assemble those reads with another tools such as Velvet/Oases. I tried …
-
MUGSY install troubleshoot
written by bpz •Hello everyone I am trying to install mugsy, but when I try to run it, I get the next error message: -directory must be a …
-
How To Set Db Path For Music
written by lili •<p>I'm trying to run MuSiC play but get the following error:</p> <p>ERROR: Error running genome music pfam: Cannot find the pfam db path. at /gnet/resfiles3/resapps/apps/music/0.4.1-1/sles11sp2/lib/perl5/Genome/Model/Tools/Music/Pfam.pm …
-
Music Error
written by will.lockwood •<p>Hi, </p> <p>I am trying to run bmr calc-covg in Genome MuSiC and keep receiving the following error:</p> <p>Can't call method "print" on an undefined …
What is the exact command you're running, and what kind of machine are you running it on? What OS are you using? Give us as much detail as you can.
I'm using a Google server with 32 cores and 128g of memory. Linux operating system.
The command used is the following:
however any within the Amphora do not work
which aims to: 1. Marker identification Use MarkerScanner.pl to identify bacterial and/or archaeal marker sequences. Given a sequence file, this program will identify markers from the input sequences and generate a protein fasta file for each marker gene in your working directory. For example, rpoB.pep, rpsJ.pep. When DNA input sequences are used, this program first identifies ORFs longer than 100 bp in all six reading frames, then scans the translated peptide sequences for the phylogenetic markers.
it uses the following software as support: AMPHORA2 depends on several external programs.
All are installed and tested for functionality.
Disclaimer: I know nothing about these tools but I am good at perl and shell scripts.
I looked into the source code and see the following at MarkerScanner.pl line 89:
This references
$AMPHORA_home, which in line 25 is taken from theAMPHORA2_homeenvironment variable. Given your error message has no value for$AMPHORA_homein"Can't open $AMPHORA_home/Marker/marker.list", I think your environment variable is not set and that is contributing to the problem.Okay, I managed to solve this, then I got a new error:
I think I understand why this is happening but I am not a 100% sure. This seems to be a weird unstated convention used within the code. The output from the
hmmsearchoperation on line 81 saves results to a file with the current process ID as the prefix. If your current PID does not match the PID when the hmmsearch was run, line 100 will fail. Ideally, these out prefixes should either be static or user-defined, not a random per-run value like it's done here.Can you try removing ALL files generated by this script and re-run from scratch?
Do you suggest I delete the program and install it again?
No, I'm recommending you delete the files generated by previous runs and try again, or simply create a new dir, link to your input files and run the script there.