Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipathlon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
chipathlon
Commits
61b371fa
Commit
61b371fa
authored
8 years ago
by
aknecht2
Browse files
Options
Downloads
Patches
Plain Diff
Added a better 'any' file type
parent
fc5d2dfa
Branches
master
No related tags found
1 merge request
!14
Resolve "Enhance type strictness and parsing"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
chipathlon/conf.py
+1
-1
1 addition, 1 deletion
chipathlon/conf.py
with
1 addition
and
1 deletion
chipathlon/conf.py
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment