Skip to content

Commit

Permalink
1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Jul 10, 2024
1 parent b0d7ac4 commit 49afff1
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 15,396 deletions.
14 changes: 7 additions & 7 deletions docs/generated/plot_defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A version of the histogram with predefined parameters for representing a small a
### `samplesplot`
**description:**
A plot of the called CNV segments per sample, with the samples ordered by their clustering (_i.e._ similarity of binned CNV data).
**data_key:** callsets_variants_bundles
**data_key:** analyses_variants_bundles
**data_type:** samples

### `geomapplot`
Expand Down Expand Up @@ -92,13 +92,13 @@ Selection of which measurees are used to generate the clustering matrix
### `plot_dup_color`
**default:** `#FFC633`

### `plot_amp_color`
### `plot_hldup_color`
**default:** `#FF6600`

### `plot_del_color`
**default:** `#33A0FF`

### `plot_homodel_color`
### `plot_hldel_color`
**default:** `#0033CC`

### `plot_loh_color`
Expand Down Expand Up @@ -412,10 +412,10 @@ text padding of markers versus background/box
- `EFO:0030065`: `{'color_key': 'plot_loh_color', 'label': 'copy-neutral loss of heterozygosity'}`
- `EFO:0030067`: `{'color_key': 'plot_del_color', 'label': 'copy number loss'}`
- `EFO:0030068`: `{'color_key': 'plot_del_color', 'label': 'low-level copy number loss'}`
- `EFO:0020073`: `{'color_key': 'plot_homodel_color', 'label': 'high-level copy number loss'}`
- `EFO:0030069`: `{'color_key': 'plot_homodel_color', 'label': 'complete genomic deletion'}`
- `EFO:0020073`: `{'color_key': 'plot_hldel_color', 'label': 'high-level copy number loss'}`
- `EFO:0030069`: `{'color_key': 'plot_hldel_color', 'label': 'complete genomic deletion'}`
- `EFO:0030070`: `{'color_key': 'plot_dup_color', 'label': 'copy number gain'}`
- `EFO:0030071`: `{'color_key': 'plot_dup_color', 'label': 'low-level copy number gain'}`
- `EFO:0030072`: `{'color_key': 'plot_amp_color', 'label': 'high-level copy number gain'}`
- `EFO:0030073`: `{'color_key': 'plot_amp_color', 'label': 'focal genome amplification'}`
- `EFO:0030072`: `{'color_key': 'plot_hldup_color', 'label': 'high-level copy number gain'}`
- `EFO:0030073`: `{'color_key': 'plot_hldup_color', 'label': 'focal genome amplification'}`
- `EFO:0001059`: `{'color_key': 'plot_snv_color', 'label': 'sequence_alteration'}`
1,715 changes: 0 additions & 1,715 deletions exports/multicollationtest-collationplots.svg

This file was deleted.

2 changes: 1 addition & 1 deletion housekeepers/geosoftRetriever.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def geosoft_retriever():
log.append(f'{gsm}\tnot found again in analyses')
continue
# existing ones are skipped
if len(ana["analysis_info"].get("experiment_title", "")) > 1:
if len(ana["analysis_info"].get("experiment_title", "")) > 0:
continue
r = requests.get(f'{url}')
if r.ok:
Expand Down
11 changes: 0 additions & 11 deletions imports/ccghtest.tab

This file was deleted.

1 change: 0 additions & 1 deletion imports/examplez_cellz_biosamples.csv

This file was deleted.

1 change: 0 additions & 1 deletion imports/examplez_progenetix_biosamples.csv

This file was deleted.

Loading

0 comments on commit 49afff1

Please sign in to comment.