#Cleaning up:
#
sed -e "s#EXPERIMENT=demo#EXPERIMENT=GSF2268#; " ../GoSTRIPES/templates/xcleanup_samples >  xcleanup_samples
sed -i -e 's/${samplelabel}.bam/${samplelabel}.chr.bam/' xcleanup_samples
#NOTE: The last edit selects the *chr.bam files for TSS processing in the
#      next workflow step.
chmod a+x xcleanup_samples
#
#NOTE: This will remove temporary files and archive others, greatly reducing
#      disk space usage.
#
./xcleanup_samples
../xsummarize_alignments
