Skip to content

Commit

Permalink
Add gtex profile
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jun 14, 2024
1 parent 5dfc729 commit 7fb1865
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,22 @@ profiles {
params.rsemVersion = '1.2.23'
}

gtex {
params.fastaIndexTool = "samtools"
params.mappingTool = "STAR"
params.sortBamTool = "sambamba"
params.mergeBamTool = "sambamba"
params.markdupTool = "sambamba"
params.inferExpTool = "RSeQC"
params.bamStatsTool = "bamstats"
params.bigwigTool = "STAR"
params.contigTool = "RGCRG"
params.quantificationTool = "RSEM"

params.starVersion = 'v2.5.3a'
params.rsemVersion = '1.3.0'

params.annotation = "https://storage.googleapis.com/gtex-resources/GENCODE/gencode.v26.GRCh38.genes.collapsed_only.gtf"
params.genome = "https://storage.googleapis.com/gtex-resources/references/Homo_sapiens_assembly38_noALT_noHLA_noDecoy_ERCC.fasta"
}
}

0 comments on commit 7fb1865

Please sign in to comment.