Skip to content

Commit

Permalink
Does not seem like it could actually write to output before.
Browse files Browse the repository at this point in the history
(Docker does not actually run for me: #51)
  • Loading branch information
mccalluc committed Apr 12, 2019
1 parent 333b9af commit 26e3bfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ docker rm clodius;

docker pull gehlenborglab/clodius # Ensure that you have the latest.

docker run -v /tmp/clodius/input:/tmp/ \
docker run -v /tmp/clodius/:/tmp/ \
gehlenborglab/clodius \
clodius aggregate bigwig /tmp/file.bigwig
clodius aggregate bigwig /tmp/input/file.bigwig

ls /tmp/clodius/input # Should contain the output file
ls /tmp/clodius/output # Should contain the output file
```

If you already have a good location for your input and output files,
Expand Down

0 comments on commit 26e3bfb

Please sign in to comment.