Mercurial > repos > greg > ideas
changeset 29:06522a4aae6d draft
Uploaded
author | greg |
---|---|
date | Mon, 14 Aug 2017 10:56:44 -0400 |
parents | 91dc2a532890 |
children | 1d854705de39 |
files | ideas.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Mon Aug 14 09:06:15 2017 -0400 +++ b/ideas.xml Mon Aug 14 10:56:44 2017 -0400 @@ -55,11 +55,11 @@ -norm #end if ############################################## -## Conform the prepMat config output to the +## Coerce the prepMat config output to the ## format expected by the R matrix builder. ############################################## && cut -d' ' $prep_input_config -f1,2 > file1.txt -&& ls -p tmp/ | grep ".bed.gz" > file2.txt +&& ls tmp/*.bed.gz > file2.txt && paste <(cat file1.txt) <(cat file2.txt) > $prep_output_config ############################################## ## Build the R matrix from the prepMat output