Question: MACS2 callpeak : MACS2_model.r not found
0
gravatar for plindenbaum
2.7 years ago by
plindenbaum90
France
plindenbaum90 wrote:

Hi all, I'm trying to use MACS2 on galaxy. It was installed on our local instance via the toolshed.

When "MACS2 callpeak" is invoked, there's a call to Rscript

## run R to create pdf from model script
#if $nomodel_type.nomodel_type_selector == 'create_model' and 'pdf' in str($outputs).split(','):
    &&
    Rscript MACS2_model.r > MACS2_model.r.log
#end if

But I get an error from Galaxy because there is no file MACS2_model.r anywhere (find / -type f -name "MACS2_model.r")

Any idea ?

thanks.

rscript macs2 • 1.2k views
ADD COMMENTlink modified 2.7 years ago by Bjoern Gruening5.1k • written 2.7 years ago by plindenbaum90

ok, as far as I can see xxx_model.r is created by MACS2... https://github.com/taoliu/MACS/blob/a3438e855d0e2824091168f03ee8586d59dbc5ae/DEBIAN/macs.man#L243

ADD REPLYlink written 2.7 years ago by plindenbaum90
2
gravatar for Bjoern Gruening
2.7 years ago by
Bjoern Gruening5.1k
Germany
Bjoern Gruening5.1k wrote:

Hi,

if I'm not mistaken this script is generated by MACS2 during runtime.

Ciao, Bjoern

ADD COMMENTlink written 2.7 years ago by Bjoern Gruening5.1k

Agree. For the problem, perhaps compare the R dependency you are using vs the repo requirements? You might consider reinstalling with managed dependencies to pull the version of R the tool is expecting. - Jen, Galaxy team

ADD REPLYlink written 2.7 years ago by Jennifer Hillman Jackson25k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 172 users visited in the last hour