Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:57
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/652d85160b9902a09b219a7102a399c2 to your computer and use it in GitHub Desktop.
Save mribeirodantas/652d85160b9902a09b219a7102a399c2 to your computer and use it in GitHub Desktop.
# Create a pipeline to preprocess
dvc run -f final.dvc \
-d output_dir/all.edges.summary.csv -d final.R \
-o output_dir/retained.edges.csv \
Rscript final.R
# And then git add/commit
git add final.dvc output_dir/.gitignore final.R
git commit -m "Adds final script/pipeline entry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment