# HG changeset patch # User greg # Date 1517929774 18000 # Node ID a4e4ca3c021d0fe9c97c3eb60099af9c45f78603 # Parent 28a995056cd0df540f2c8b1ff9cea8091d992df7 Uploaded diff -r 28a995056cd0 -r a4e4ca3c021d ideas.xml --- a/ideas.xml Mon Feb 05 14:32:53 2018 -0500 +++ b/ideas.xml Tue Feb 06 10:09:34 2018 -0500 @@ -13,10 +13,8 @@ #import os #set perform_training = $perform_training_cond.perform_training -## Copy the input's compressed tmp directory archive. -cp $input.metadata.tmp_archive . && -## Extract the tmp archive. -tar -xzf tmp.tar.gz && +## Extract the input's compressed tmp directory archive. +tar -xzf $input.metadata.tmp_archive && ## Define and create output directories. #set output_pdf_dir = "output_pdf_dir" @@ -173,6 +171,12 @@ +