Skip to content

bixBeta/GG02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1a9188 · May 2, 2024
Feb 5, 2022
May 1, 2024
May 18, 2023
Oct 11, 2023
Jul 8, 2021
Feb 5, 2022
Jun 29, 2022
May 1, 2024
Jul 8, 2021
Oct 30, 2020
Feb 5, 2022
Feb 5, 2022
Jan 17, 2023
May 9, 2023
Mar 21, 2024
May 5, 2023
Oct 20, 2020
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 2, 2022
Oct 7, 2022
Jul 3, 2023
Jan 25, 2020
Sep 30, 2022
Nov 3, 2020
Feb 5, 2022
Mar 31, 2020
Jan 25, 2020
May 2, 2024
Aug 25, 2021
Feb 5, 2022
Feb 5, 2022
Aug 25, 2022
Feb 5, 2022
Oct 30, 2020
Oct 14, 2021
Mar 27, 2024
Apr 25, 2024
Aug 17, 2020
May 19, 2023
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022

Repository files navigation

GG02

development envir for gg02 biohpc

beta6.sh <- RNA-seq workflow

Dependencies:

  • trim_galore: version 0.6 or above (should be in path on biohpc)
  • multiqc: install multiqc using the following command: pip install --user multiqc
  • STAR: version 2.7.0e or above (add to path export PATH=/programs/STAR:$PATH)
  • RSeQC: version 2.61 (add to path using this guideline biohpc)

3.4.sh <- ATAC-seq workflow

Usage:

nohup bash 3.4.sh "[-h arg] [-p arg] [-d args] [-t arg] [-g arg] [-q arg]" > 3.4.log &

Params Description:

"[-h] --> Display Help"
"[-p] --> Project Identifier Number"
"[-d] --> Comma Spearated Values for Delimiter and Field <delim,field or default> default: _,5 "
"[-t] --> Trimming <nextseq or nova>;"
"[-g] --> Reference Genome <mm10 or hg38>"
"[-q] --> Execute atacQC.R script <yes>"
  • Create a folder named fastqs and add all the PE fastq files to this folder
  • Run the 3.4.sh script from the same dir as the fastqs directory
.
├── **3.4.sh**
├── dedup-BAMS
│   ├── PIN.FRIP.multiqc.report_data
│   ├── atacQC.out
│   ├── featureCounts
│   ├── peaks.OUT
│   └── tagDirs
├── fastQC
├── **fastqs**
├── primary-BAMS
├── trimmed_fastqs
└── TrimQC_stats

Tools needed:

  1. trim_galore
  2. fastqc
  3. bwa
  4. samtools
  5. picard tools
  6. homer suite (w/ human and mouse genome config)
  7. macs2
  8. featureCounts (rsubread)
  9. multiqc

About

dev environment for gg02 biohpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published