deconseq syntax error
0
0
Entering edit mode
6.1 years ago

Hello, I am trying to removal human sequences from metagenome sequences using deconseq-standalone-0.4.3, first I downloaded hs_ref_GRCh37 conseq databases s1, s2 and s3 then I modified the deconseqconfig.pm as follows:

 use constant DBS => {hsref => {name => 'hs_ref_GRCh37_s1','hs_ref_GRCh37_s2','hs_ref_GRCh37_s3',
                       db => 'hs_ref_GRCh37_s1,hs_ref_GRCh37_s2,hs_ref_GRCh37_s3'},
                        bact => {name => 'Viral genomes',
                                db => 'bactDB'}};

but I got an error as follows:

syntax error at /home/deconseq-standalone-0.4.3/DeconSeqConfig.pm line 20 near "db"
BEGIN not safe after errors--compilation aborted at /home/deconseq-standalone-0.4.3/DeconSeqConfig.pm line 25
compilation failed in require at /home/deconseq-standalone-0.4.3/deconseq.pl line 26
BEGIN failed--compilation aborted at /home/deconseq-standalone-0.4.3/deconseq.pl line 26

I am not an expert in perl language and i am using virtualbox

how can i deal with these errors

thanks in advance

software error • 1.2k views
ADD COMMENT
1
Entering edit mode

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:

101010 Button

ADD REPLY

Login before adding your answer.

Traffic: 2505 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6