summaryrefslogtreecommitdiffstats
path: root/academic/pyCRAC/README
diff options
context:
space:
mode:
author Rob van Nues <sborg63@disroot.org>2019-04-13 06:29:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-04-13 06:29:59 +0700
commit2f3ac418ad77e5f757b87be8794b4bac08b6eed5 (patch)
tree28cb340711d4ac9a9a9fdfd737a2708589e6a33a /academic/pyCRAC/README
parentcb0d5e103033e4e65b894612a06cd8bcbb7ce6f0 (diff)
downloadslackbuilds-2f3ac418ad77e5f757b87be8794b4bac08b6eed5.tar.gz
slackbuilds-2f3ac418ad77e5f757b87be8794b4bac08b6eed5.tar.xz
academic/pyCRAC: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/pyCRAC/README')
-rw-r--r--academic/pyCRAC/README24
1 files changed, 22 insertions, 2 deletions
diff --git a/academic/pyCRAC/README b/academic/pyCRAC/README
index a5be782d73..1583f3e62c 100644
--- a/academic/pyCRAC/README
+++ b/academic/pyCRAC/README
@@ -1,4 +1,4 @@
-The pyCRAC package is a collection of python2-scripts to analyse high
+The pyCRAC package is a collection of python scripts to analyse high
throughput data generated by RNA-sequencing, especially of molecules
crosslinked by UV to an immunoprecipitated protein of interest (i.e.
data generated by CLIP or CRAC protocols).
@@ -9,7 +9,7 @@ Included is the pipeline used for the analysis of a group of CRAC data
sets.
An R-function used for kinetic CRAC analysis can be found in
-/usr/share/pyCRAC/kinetic_crac_pipeline
+/usr/share/pyCRAC-$VERSION/kinetic_crac_pipeline
References
@@ -25,3 +25,23 @@ A, Langford A, Franklin R, Iosub I, Wadsworth P, Sanguinetti G,
Granneman S.
If you want to run the test suite after installation, see README.tests.
+
+Note on the Crac pipelines:
+
+The CRAC_pipeline_PE.py and CRAC_pipeline_SE.py scripts now ONLY work
+with pyCRAC version 1.3.3 and Flexbar version 3.4.0 and later(!)
+Use the -h flag to get a detailed help menu.
+
+The CRAC_pipeline_PE.py script needs to be run from the folder that
+contains the fastq files
+
+The barcode list file should contain two tab-separated columns in which
+the first column is the barcode sequence and the second column is the
+name of the experiment
+
+The file containing the adapter sequences should be in the fasta format.
+
+The chromosome_lengths file should contain two tab-separated columns in
+which the first column has the chromosome name and the second the
+chromosome length.
+