# HG changeset patch # User greg # Date 1502722604 14400 # Node ID 06522a4aae6d0593b9f2579d7e9075ee44f13b79 # Parent 91dc2a5328908a116ee2cd31fda1e59ad4b6348c Uploaded diff -r 91dc2a532890 -r 06522a4aae6d ideas.xml --- 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