Skip to content

Commit

Permalink
add figures
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalina Giurgiu authored and Madalina Giurgiu committed May 27, 2024
1 parent 7c50de0 commit 50af255
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 83 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ignore data folder
data/figures
data/ecDNA_reconstruction/
data/ecDNA_mixtures/
data/simulation_benchmarking/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Additionally, the reconstruction and de-novo assembly for cell lines are compare

# 5. Paper figures

Go to [figures](docs/figures.md)
Go to `../data/figures`.


## Citation
Expand Down
8 changes: 5 additions & 3 deletions docs/compare_shasta_decoil.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 4.2.1 Perform de-novo assembly for cell lines using Shasta
### 4.3 Perform de-novo assembly for cell lines using Shasta

```
conda create env -f scripts/shasta/assembly.yaml
Expand All @@ -10,8 +10,10 @@ sbatch shasta_v6.0.6.sh <tr14_fastq> ../../../data/ecDNA_comparison/tr14/shasta_
sbatch shasta_v6.0.6.sh <sta-nb-10dm_fastq> ../../../data/ecDNA_comparison/sta-nb-10dm/shasta_v6.0.6
```

### 4.2.1 Compare Decoil and Shasta outputs against the against published ecDNA structures
### 4.4 Compare Decoil and Shasta outputs against the against published ecDNA structures

```
bash run ../ecDNA_comparison/comparison_reconstruction_true.sh
```
```

Output is under `../data/ecDNA_comparison/`.
Empty file removed docs/figures.md
Empty file.
Empty file removed docs/properties.md
Empty file.
6 changes: 3 additions & 3 deletions docs/reconstruction_celllines_patients.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ This is available also as docker container [madagiurgiu25/decoil:1.1.2-slim](htt
### 4.2.2 Run reconstruction for cell lines

```bash
sbatch ../ecDNA_reconstruction/celllines/run_decoil_v112_07022024_slurmarray_celllines_hg19.sh
sbatch ../ecDNA_reconstruction/celllines/run_decoil_v112_07022024_slurmarray_celllines_hg38.sh
sbatch ../ecDNA_reconstruction/run_decoil_v112_07022024_slurmarray_celllines_hg19.sh
sbatch ../ecDNA_reconstruction/run_decoil_v112_07022024_slurmarray_celllines_hg38.sh
```

### 4.2.3 Run reconstruction for patient samples

```bash
sbatch run_decoil_v112_07022024_slurmarray.sh
sbatch ../ecDNA_reconstruction/run_decoil_v112_07022024_slurmarray.sh
```
76 changes: 0 additions & 76 deletions ecDNA_comparison/assemblyviz.R

This file was deleted.

0 comments on commit 50af255

Please sign in to comment.