Mercurial > repos > fubar > differential_count_models
changeset 64:d4fc5eb21a2e draft
Uploaded
author | fubar |
---|---|
date | Mon, 10 Feb 2014 20:32:57 -0500 |
parents | baa72cf05e58 |
children | 675cc60959f0 |
files | rgToolFactory.py rgedgeRpaired_nocamera.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rgToolFactory.py Mon Feb 10 19:04:23 2014 -0500 +++ b/rgToolFactory.py Mon Feb 10 20:32:57 2014 -0500 @@ -374,7 +374,7 @@ hlog = os.path.join(self.opts.output_dir,"compress_%s.txt" % os.path.basename(inpdf)) sto = open(hlog,'w') outpdf = '%s_compressed' % inpdf - cl = ["gs", "-sDEVICE=pdfwrite", "-dNOPAUSE", "-dBATCH","-dPDFSETTINGS=/printer", "-sOutputFile=%s" % outpdf,inpdf] + cl = ["gs", "-sDEVICE=pdfwrite", "-dNOPAUSE", "-dUseCIEColor", "-dBATCH","-dPDFSETTINGS=/printer", "-sOutputFile=%s" % outpdf,inpdf] x = subprocess.Popen(cl,stdout=sto,stderr=sto,cwd=self.opts.output_dir,env=our_env) retval1 = x.wait() sto.close()
--- a/rgedgeRpaired_nocamera.xml Mon Feb 10 19:04:23 2014 -0500 +++ b/rgedgeRpaired_nocamera.xml Mon Feb 10 20:32:57 2014 -0500 @@ -1,4 +1,4 @@ -<tool id="rgDifferentialCount" name="Differential_Count" version="0.21"> +<tool id="rgDifferentialCount" name="Differential_Count" version="0.30"> <description>models using BioConductor packages</description> <requirements> <requirement type="package" version="2.14">biocbasics</requirement>