-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscitools.cfg
More file actions
92 lines (92 loc) · 4.02 KB
/
scitools.cfg
File metadata and controls
92 lines (92 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
## SCITOOLS DEFAULT CONFIGURATION FILE
## Add in the default variable that you want to be set for scitools
## This file should be saved as ".scitools.cfg" in your home directory
## For advanced users, a "[anything].cfg" file can be specified as the
## first argument in a scitools call.
##
## FASTQ DEFAULT LOCATIONS (optional shortcuts)
## Directory to look for fastq files from a sequencing run (pre-SCI processing)
fastq_input_directory=/home/groups/oroaklab/fastq
##
## Directory to store SCI-formatted and barcode-matched fastq files
SCI_fastq_directory=/home/groups/oroaklab/demultiplex
##
##
## INDEX AND MODE LOCATIONS (to override files included with scitools)
## Default location is for the files present in the scitools directory, to
## specify specific alternative locations, un-comment the variables below
##
## Directory where each file is an index.txt file
#index_directory=/home/groups/oroaklab/src/scitools/scitools-dev/index_files
##
## SCI Index file full path (this will be deprocated when mode-based fastq-dump
## becomes the default command.
SCI_index_file=/home/groups/oroaklab/src/scitools/scitools-dev/SCI_Indexes.txt
10X_index_file=/home/groups/oroaklab/src/scitools/scitools-dev/10X_Indexes.txt
SCI_stdchem_index_file=/home/groups/oroaklab/src/scitools/scitools-dev/SCI_stdchem_Indexes.txt
RNA_Indexes=/home/groups/oroaklab/src/scitools/scitools-dev/RNA_Indexes.txt
ddscale_index_file=/home/groups/oroaklab/src/scitools/scitools-dev/ddScale_Indexes.txt
##
## ASCII collapse file
triplet2ascii=/home/groups/oroaklab/src/scitools/scitools-dev/triplet2ascii.txt
##
## iCell8 PCR index set calls: ICELL8_[set name / size]=[path]
ICELL8_48=/home/groups/oroaklab/src/scitools/scitools-dev/ICELL8_48_Indexes.txt
ICELL8_72=/home/groups/oroaklab/src/scitools/scitools-dev/ICELL8_72_Indexes.txt
##
## REFERENCE GENOME LOCATIONS (optional shortcuts)
## Note: scitools looks for the following files:
## [ref.fa].[bwa_index]
## [ref.fa].fai
## [ref].refGene.txt (for plot-reads)
## To enable "hg38", "hg19", and "mm10" shorcut usage, ensure all files are present
## To add in a new default, it must be in the format [shortcut name]_ref and then
## the path to the fasta file where other associated files are present.
## If SNAP aligner references are present, they must be a folder "snap" in the
## same directory as the fasta file listed as the shortcut.
hg19_ref=/home/groups/oroaklab/refs/hg19/hg19.fa
hg38_ref=/home/groups/oroaklab/refs/hg38/hg38.fa
mm10_ref=/home/groups/oroaklab/refs/mm10/mm10.fa
hg38na_ref=/home/groups/oroaklab/refs/hg38/hs38d1_noalt.fna.gz
mm10na_ref=/home/groups/oroaklab/refs/mm10/GCA_000001635.5_GRCm38.p3_noalt.fna.gz
hg38mm10_ref=/home/groups/oroaklab/refs/hybrid.hg38.mm10/hybrid.hg38.mm10.fa
dm6_ref=/home/groups/oroaklab/refs/dm6/dm6.fa
## Bismark Refs
hg19b_ref=/home/groups/oroaklab/refs/hg19/bismark
hg38b_ref=/home/groups/oroaklab/refs/hg38/bismark
mm10b_ref=/home/groups/oroaklab/refs/mm10/bismark
## STAR refs
hg38GS_ref=/home/users/adey/candlestick/refs/hg38/hg38.gencode24.STAR
##
## SOFTWARE DEFAULTS
## Default is to call the executable name
## Specify the command-line-callable command here if it differs
gzip=gzip
pigz=pigz
zcat=zcat
bwa=bwa
samtools=samtools
scitools=scitools
macs2=macs2
bedtools=bedtools
Rscript=Rscript
Pscript=python
bowtie2=bowtie2
bismark=bismark
snap_aligner=snap-aligner
bedops=bedops
STAR=STAR
##
## LOGGING OPTIONS
## If these variables are defined, it will write all scitools commands that are
## executed within the LOG=[PROJECT_ID],directory or its child directories to a log
## file within that directory called "[PROJECT_ID].scitools.log".
## Note: The directory does not have to be a complete path, if any portion matches
## working directory - it will write tot he appropriate log file(s) at that position
## in the path of the working directory.
LOG=scitools_dev,adey_lab/projects/scitools_dev
LOG=spatial,adey_lab/projects/spatial
LOG=hippocampus,adey_lab/projects/Rett/WT_sciATAC
LOG=syncytia,adey_lab/projects/Syncytium
LOG=mouseHDAC,adey_lab/projects/Poissonier_sciATAC
LOG=takara_atac,adey_lab/projects/Takara