Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 4, 2020 12:20
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/a90236c7aca805bca032013248a86961 to your computer and use it in GitHub Desktop.
Save mribeirodantas/a90236c7aca805bca032013248a86961 to your computer and use it in GitHub Desktop.
dvc pipeline show --ascii final.dvc --outs
+---------------------+ +--------------+
| data/simulation.tsv | | preprocess.R |
+---------------------+ +--------------+
*** ***
** **
** **
+----------------------------------+ +--------+
| data/simulation_preprocessed.csv | | miic.R |
+----------------------------------+ *+--------+
** ***
*** **
** **
+----------------------------------+ +---------+
| output_dir/all.edges.summary.csv | | final.R |
+----------------------------------+ **+---------+
** **
*** ***
** **
+-------------------------------+
| output_dir/retained.edges.csv |
+-------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment