At this stage, you should have completed the TSRchitect installation steps
documented in the INSTALL document; we'll assume that you have
downloaded the tsr.simg
singularity container.
We explain how you can use bash and Rscript scripts to exectute the
examples in the TSRchitectUsersGuide.
This example only requires the xdemo1 script you will find in this directory. Take a look at the script: it's simply a compilation of the instructions from the relevant section in the TSRchitectUsersGuide, to be executed in your shell. The following command needs to be adjusted to your needs. Here we assume that the working directory is somewhere under the bound directory /projects/vbrendel/TMP and that the tsr.simg container is located in /DATA/GROUP/prj/SINGULARITY.
singularity exec -e -B /projects/vbrendel/TMP /DATA/GROUP/prj/SINGULARITY/tsr.simg ./xdemo1
As with the previous example, first we must download the raw data. In this case we have only a single alignment file to retrieve, which is found here: https://oregonstate.app.box.com/s/3lb3spmqbiuofhbubovc1z8bfthmxh6f .
Once download of the file peat.sorted.bam
is complete, please move it to subdirectory "PEATbam/".
Then execution of xdemo2 should work (see Example 1 for setup details):
singularity exec -e -B /projects/vbrendel/TMP /DATA/GROUP/prj/SINGULARITY/tsr.simg ./xdemo2
``` singularity exec -e -B /projects/vbrendel/TMP /DATA/GROUP/prj/SINGULARITY/tsr.simg ./xdemo3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.