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
61b371fa
Commit
61b371fa
authored
Feb 10, 2017
by
aknecht2
Browse files
Added a better 'any' file type
parent
fc5d2dfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/conf.py
View file @
61b371fa
...
...
@@ -39,7 +39,6 @@ peak_tools = [
# File extensions
file_extensions
=
{
"any"
:
[
"fastq"
,
"fastq.gz"
,
"bam"
],
"genome_index"
:
[
"fa"
,
"fna"
],
"fastq"
:
[
"fastq"
,
"fastq.gz"
],
"sai"
:
[
"sai"
],
...
...
@@ -62,6 +61,7 @@ file_extensions = {
"ccat_conf"
:
[
"txt"
,
"conf"
],
"log"
:
[
"log"
]
}
file_extensions
[
"any"
]
=
[
extension
for
ext_list
in
file_extensions
.
values
()
for
extension
in
ext_list
]
# list of resources that can be specified per job (step) in
# the workflow and corresponding Pegasus profile info
...
...
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