From e7f8e5e8d94566ccff04efd1be3baaa0bca06992 Mon Sep 17 00:00:00 2001 From: Cristina Yenyxe Gonzalez Garcia Date: Thu, 15 Jan 2015 13:31:02 +0000 Subject: [PATCH] README file --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..1315226f7 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +If you want to make the best use of the cluster, the pipeline must be launched +in 3 steps. + +1) Accessioning: A study must be run sequentially, so the file with chromosome +1 is always processed before chromosome 2, and so on. But all chromosome 1 for +different studies can be processed at the same time. + +2) Transformation: This can be run in parallel without any conflicts, so feel +free to launch as many files as possible simultaneously. + +3) Loading: If a study is composed of a single file or split in chromosomes, +then all its files can be processed in parallel. +