Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jan 9, 2019
1 parent 30c437d commit e1ca120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgatshowcase/pipeline_transdiffexprs.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def counts2tpm(infile, outfile):
# on our cluster there is latency before the deseq2 counts are saved
# therefore I have added a sleep to make sure output from previous task
# has closed the connection fully.
statement = '''sleep 30 && %(R_ROOT)s/Rscript counts2tpm.R
statement = '''sleep 30 && Rscript %(R_ROOT)s/counts2tpm.R
--counts=%(infile)s
--genome=%(tpm_genome_version)s
--meanfraglength=%(tpm_frag_length)s
Expand Down

0 comments on commit e1ca120

Please sign in to comment.