Skip to content

Commit 1041d2e

Browse files
committed
Updating pipelines
1 parent 7c6404a commit 1041d2e

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

inst/example/battenberg_snp6.R

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,13 @@ library(Battenberg)
88
library(doParallel)
99

1010
###############################################################################
11-
# 2017-02-07
12-
# A pure R Battenberg v2.2.3 SNP6 pipeline implementation.
11+
# 2017-10-03
12+
# A pure R Battenberg v2.2.7 SNP6 pipeline implementation.
1313
1414
###############################################################################
1515

16-
# Sample specific
17-
# IS.MALE = F
18-
# TUMOURNAME = "NASCR-0016"
19-
# NORMALCEL = "/nfs/cgpstats1/pvl/ASCAT/NeoAva/CELfiles/NASCR-0016B1.CEL"
20-
# TUMOURCEL = "/nfs/cgpstats1/pvl/ASCAT/NeoAva/CELfiles/NASCR-0016.CEL"
21-
# RUN_DIR = getwd()
22-
2316
# Parallelism parameters
24-
NTHREADS = 8
17+
NTHREADS = 6
2518

2619
# General static
2720
IMPUTEINFOFILE = "/lustre/scratch116/casm/team113/sd11/reference/GenomeFiles/battenberg_impute/impute_info.txt"

inst/example/battenberg_wgs.R

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,11 @@ library(Battenberg)
1010
library(doParallel)
1111

1212
###############################################################################
13-
# 2017-02-07
14-
# A pure R Battenberg v2.2.3 WGS pipeline implementation.
13+
# 2017-10-03
14+
# A pure R Battenberg v2.2.7 WGS pipeline implementation.
1515
1616
###############################################################################
1717

18-
19-
# Sample specific
20-
#TUMOURNAME = "PD7422a"
21-
#NORMALNAME = "PD7422b"
22-
#IS.MALE = F
23-
#TUMOURBAM = "/lustre/scratch110/sanger/sd11/epitax/bam/PD7422a.bam"
24-
#NORMALBAM = "/lustre/scratch110/sanger/sd11/epitax/bam/PD7422b.bam"
25-
#RUN_DIR = getwd()
26-
2718
# Parallelism parameters
2819
NTHREADS = 6
2920

@@ -61,7 +52,6 @@ clp = makeCluster(NTHREADS)
6152
registerDoParallel(clp)
6253

6354
# Obtain allele counts for 1000 Genomes locations for both tumour and normal
64-
#for (i in 1:length(chrom_names)) {
6555
foreach(i=1:length(chrom_names), .export=c("getAlleleCounts")) %dopar% {
6656
getAlleleCounts(bam.file=TUMOURBAM,
6757
output.file=paste(TUMOURNAME,"_alleleFrequencies_chr", i, ".txt", sep=""),

man/cnfit_to_refit_suggestions.Rd

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)