bash: /snp-frequency-diff.pl: Permiso denegado
1
0
Entering edit mode
15 months ago

Cordial greetings.

Trust you are all well. I would love to have your help please. Im trying to execute this command:

perl </home/anderson/bioinformatica/Ensayo_poolseq/popoolation2_1201>/snp-frequency-diff.pl --input pools_all.sync --output-prefix pools_all_delta --min-count 2 --min-coverage 5 --max-coverage 32,39,32,31

But I keep getting this error:

bash: /snp-frequency-diff.pl: Permiso denegado

I have tried already to change the permissions using:

sudo chmod777 snp-frequency-diff.pl

But it does not work propertly

I will appreciate any help please.

Thank you so much.

perl GWAS Popoolation2 linux • 476 views
ADD COMMENT
2
Entering edit mode
15 months ago

don't use sudo when it's not needed

your path are weird what are those '<' and '>' in </home/anderson/bioinformatica/Ensayo_poolseq/popoolation2_1201>/snp-frequency-diff.pl ?

the command should be chmod a+x /home/anderson/bioinformatica/Ensayo_poolseq/popoolation2_1201/snp-frequency-diff.pl

run, using the full path

/home/anderson/bioinformatica/Ensayo_poolseq/popoolation2_1201/snp-frequency-diff.pl   --input pools_all.sync --output-prefix pools_all_delta --min-count 2 --min-coverage 5 --max-coverage 32,39,3 ...
ADD COMMENT
0
Entering edit mode

Cordial greetings.

Doctor PIerre Lindenbaum I trust you are well. I really appreciate your comment. Your solution has worked well.

Thank you so much for everything.

ADD REPLY
0
Entering edit mode

Cordial greetings. Doctor PIerre I trust you are well. I really appreciate your comment. Your solution has worked well. Thank you so much for everything.

ADD REPLY

Login before adding your answer.

Traffic: 1742 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