Skip to content

Commit

Permalink
test: edgeR script and job tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meono committed Aug 1, 2016
1 parent c77f20b commit 011d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iLoop_RNAseq_pipeline/master_qsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def edgeR_job(project_path, groups, output, collectjobID, defaults, ppn='1', wal
.replace('JOB_OUTPUTS', abspath(join_path(project_path, 'job_outputs')))
.replace('EMAILADDRESS', defaults['email'])]

jobstr += ['Rscript {}/edge_Rscript.r -p {}, -c {} -s {} -o {}'.format(abspath(join_path(iLoop_RNAseq_pipeline.__path__, 'scripts')),
jobstr += ['Rscript {}/edge_Rscript.r -p {}, -c {} -s {} -o {}'.format(abspath(join_path(iLoop_RNAseq_pipeline.__path__[0], 'scripts')),
project_path,
abspath(join_path(project_path,
'results',
Expand Down

0 comments on commit 011d863

Please sign in to comment.