Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
comparison wrapper.sh @ 36:d592dab2fca1 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 31 Aug 2015 09:28:38 -0400 |
parents | ce8bd23d0335 |
children | 6562c81d6583 |
comparison
equal
deleted
inserted
replaced
35:32d8a5abed4c | 36:d592dab2fca1 |
---|---|
14 Rscript --verbose $dir/RScript.r $inputFile $outputDir $outputFile $min_freq $min_cells "${merge_on}" 2>&1 | 14 Rscript --verbose $dir/RScript.r $inputFile $outputDir $outputFile $min_freq $min_cells "${merge_on}" 2>&1 |
15 cp $dir/jquery-1.11.0.min.js $outputDir | 15 cp $dir/jquery-1.11.0.min.js $outputDir |
16 cp $dir/script.js $outputDir | 16 cp $dir/script.js $outputDir |
17 cp $dir/style.css $outputDir | 17 cp $dir/style.css $outputDir |
18 cp $dir/tabber.js $outputDir | 18 cp $dir/tabber.js $outputDir |
19 mv "$outputFile" "$outputDir/log.html" | |
19 | 20 |
20 echo "<html><center><h1><a href='index.html'>Click here for the results</a></h1>Tip: Open it in a new tab (middle mouse button or right mouse button -> 'open in new tab' on the link above)</center></html>" > $outputFile | 21 echo "<html><center><h1><a href='index.html'>Click here for the results</a></h1>Tip: Open it in a new tab (middle mouse button or right mouse button -> 'open in new tab' on the link above)</center></html>" > $outputFile |
21 | 22 |
22 cd $outputDir | 23 cd $outputDir |
23 | 24 |