Skip to content

Commit abfcb91

Browse files
committed
organize CENPK chipseq data READMEs
Update paper README with new directory info, the `CENPK-chipseq` directory README with dataset and reference accession information, and placeholder READMEs to mark the `results` and `logs` directories.
1 parent c227f19 commit abfcb91

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

paper/CENPK-chipseq/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Run StrainID on CENPK datasets to evaluate StrainID's ability to detect the variant-based strain background
2+
3+
# "Integration of multiple nutrient cues and regulation of lifespan by ribosomal transcription factor Ifh1"
4+
# (Cai et al, 2013)
5+
6+
# GEO accession: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE39147
7+
8+
# The default sacCer3 StrainID database is used
9+
# Download data using SRA accessions using `job/00_download_data.pbs`
10+
# Align FASTQ files and process using `job/01_align_data.pbs`
11+
# Run StrainID on BAM inputs using `job/02_run_StrainID.pbs` to determine if StrainID can successfully identify the strain background

paper/CENPK-chipseq/logs/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# logfiles from STDERR and STDOUT of running job files go here

paper/CENPK-chipseq/results/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Downloaded FASTQ files and StrainID results go here

paper/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ paper
1616
|--ENCODEdata-CellLines
1717
|--HIV_samples
1818
|--YKOC-wgs
19+
|--CENPK-chipseq
1920

2021

2122
## setup.sh
@@ -53,3 +54,6 @@ contains the scripts and information for downloading, processing, and running Ep
5354

5455
## YKOC-wgs
5556
contains the scripts and information for downloading, processing, and running DeletionID on the Puddu et al, 2019 dataset for identifying deletions
57+
58+
## CENPK-chipseq
59+
contains the scripts and information for downloading, processing, and running StrainID on the

0 commit comments

Comments
 (0)