The CSF2 has been replaced by the CSF3 - please use that system! This documentation may be out of date. Please read the CSF3 documentation instead. To display this old CSF2 page click here. |
Cufflinks
Overview
Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one, taking into account biases in library preparation protocols.
Version 2.2.1 and 2.1.1 binaries are available on the CSF.
Restrictions on use
All users may access and use Cufflinks. The software is open source. Users should consult the Boost Software License 1.0 for further information.
Set up procedure
To access the software load one of the following modulefiles for the version you require:
module load apps/binapps/cufflinks/2.2.1 module load apps/binapps/cufflinks/2.1.1
Running the application
Cufflinks should not be run on the login node. You should create a jobscript containing the appropriate batch system options and Cufflinks commands and submit the jobscript using:
qsub jobscript_name
It may be necessary to use other applications in conjunction with Cufflinks.
Panagiotis Papastamoulis, from FLS has very kindly provided some documentaion illustrating how to use Cufflinks on the CSF, in conjunction with other tools and including example jobscripts.
Troubleshooting
You may see the following error when using cufflinks, but it is nothing to worry about and the software will still run.
cufflinks: /lib64/libz.so.1: no version information available (required by cufflinks)
Further info
- The Cufflinks website has a manual, FAQ and index and annotations downloads.
- Related applications available on the CSF:
Updates
10/6/15 – Added v2.2.1