-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cristina Yenyxe Gonzalez Garcia
committed
Jan 15, 2015
1 parent
79e8e6a
commit e7f8e5e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|