Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/54111c27e9065fe40e73f45ee36528cb to your computer and use it in GitHub Desktop.
Save mribeirodantas/54111c27e9065fe40e73f45ee36528cb to your computer and use it in GitHub Desktop.
# Create a pipeline to preprocess
dvc run -f miic.dvc \
-d data/simulation_preprocessed.csv -d miic.R \
-o output_dir/all.edges.summary.csv \
Rscript miic.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment