Mercurial > repos > greg > ideas
changeset 5:4b0f64ae5923 draft
Uploaded
author | greg |
---|---|
date | Thu, 10 Aug 2017 12:41:43 -0400 |
parents | 445bafcf9a4b |
children | 8c6de654737b |
files | ideas.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Thu Aug 10 12:38:50 2017 -0400 +++ b/ideas.xml Thu Aug 10 12:41:43 2017 -0400 @@ -53,9 +53,9 @@ ## Build the R matrix from the prepMat output ############################################## #set r_matrix_input = None -#for f in $os.listdir(tmp): +#for f in $os.listdir('tmp'): #if f.endswith('.bed.gz'): - #set r_matrix_input = $os.path.join(tmp, f) + #set r_matrix_input = $os.path.join('tmp', f) #end if #end for #assert $r_matrix_input is not None and $os.path.getsize($r_matrix_input) > 0, "Output file from prepMat is missing or empty."