This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Showing
4 changed files
with
29 additions
and
27 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
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
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,23 @@ | ||
Manta Workflow Demo | ||
------------------- | ||
|
||
This directory contains a small dateset which can be used to verify | ||
correct installation and demonstrate basic elements of the | ||
workflow. To run the demonstration, run the demo script found in the | ||
installation bin directory: | ||
|
||
``` | ||
bash ${MANTA_INSTALL_PATH}/bin/runMantaWorkflowDemo.bash | ||
``` | ||
|
||
This script creates a `MantaDemoAnalysis` directory under the current | ||
working directory, runs Manta on a small demo dataset, and compares | ||
the somatic structural variant output to an expected result. | ||
|
||
The demo data contain reads from HCC1954/HCC1954BL mapped in the | ||
vicinity of somatic translocation breakends corresponding to COSMIC | ||
variant [COST16011][1]. The demo sequencing data is extracted from | ||
[TCGA Benchmark 4][2]. | ||
|
||
[1]:http://grch37-cancer.sanger.ac.uk/cosmic/rearrangement/overview?id=16011 | ||
[2]:https://cghub.ucsc.edu/datasets/benchmark_download.html |
This file was deleted.
Oops, something went wrong.