Skip to content

Commit

Permalink
make PCA plot wider, set --plotWidth 10 as default (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenheyne authored Jul 24, 2018
1 parent 4572f0e commit 1d86b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakePipes/shared/tools/deeptools_cmds.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ plotPCA_cmd = """
{params.plotcmd} \
--transpose \
--outFileNameData {output} \
--plotWidth 10 \
-T 'PCA of {params.title} coverage' > {log.out} 2> {log.err}
"""

Expand Down

0 comments on commit 1d86b40

Please sign in to comment.