Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
chipathlon
Commits
8564b9d7
Commit
8564b9d7
authored
May 24, 2016
by
Adam Caprez
Browse files
Update allowed file extensions
Add .bam for result and .narrowPeak.gz for bed file types.
parent
a4a9c026
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/conf.py
View file @
8564b9d7
...
...
@@ -41,7 +41,7 @@ file_extensions = {
"sai"
:
[
"sai"
],
"sam"
:
[
"sam"
],
"bam"
:
[
"bam"
],
"bed"
:
[
"bed"
,
"narrowPeak"
,
"broadPeak"
,
"tagAlign"
],
"bed"
:
[
"bed"
,
"narrowPeak"
,
"broadPeak"
,
"tagAlign"
,
"narrowPeak.gz"
],
"bwa_genome"
:
[
"amb"
,
"ann"
,
"bwt"
,
"pac"
,
"sa"
],
"bowtie2_genome"
:
[
"1.bt2"
,
"2.bt2"
,
"3.bt2"
,
"4.bt2"
,
"rev.1.bt2"
,
"rev.2.bt2"
],
"quality"
:
[
"quality"
],
...
...
@@ -50,7 +50,7 @@ file_extensions = {
"ccscore"
:
[
"ccscore"
],
"xls"
:
[
"xls"
],
"yaml"
:
[
"yaml"
],
"result"
:
[
"bed"
,
"narrowPeak"
,
"broadPeak"
,
"tagAlign"
],
"result"
:
[
"bed"
,
"narrowPeak"
,
"broadPeak"
,
"tagAlign"
,
"bam"
],
"txt"
:
[
"txt"
],
"chrom_sizes"
:
[
"sizes"
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment