Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Mar 7, 2023
1 parent e023b77 commit 4e534f4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# REH cell line digital karyotyping

## Citation
This is a public repository containing scripts described in the publication "A complete digital karyotype of the B-cell leukemia REH cell line resolved by long-read sequencing" (Manuscript)
This is a public repository containing scripts described in the publication:

Lysenkova Wiklander et al.
"A complete digital karyotype of the B-cell leukemia REH cell line resolved by long-read sequencing"

## Data
Primary data for this project are available at NCBI/SRA under the BioProject accession numbers PRJNA600820 and PRJNA834955. These data have been analyzed on a HPC using the commands in `01_hpc_processing`. The resulting analysis datasets are available at https://doi.org/10.5281/zenodo.7702098.
Sequencing data and BAM files for this project are available at NCBI/SRA under the BioProject accession numbers PRJNA600820 and PRJNA834955. These data have been analyzed on a high performance cluster (HPC) using the commands in `01_hpc_processing`. The resulting analysis datasets are available at https://doi.org/10.5281/zenodo.7702098.

## Instructions
The scripts are numbered in the order they should be executed.

### HPC Bash Scripts
For HPC scripts, the full paths to source files have been omitted for simplicity.

### R and Python scripts
For HPC scripts, the full paths to source files have been omitted for simplicity. You will need to adjust them to your environment.

To run the R and Python scripts in this repository, you will need to do the following:
### Other scripts
To run the other scripts in this repository, you will need to do the following.

Install:
- R 4.2.1 and an integrated environment, e.g. RStudio
Expand Down

0 comments on commit 4e534f4

Please sign in to comment.