Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbg
backmap_workflow
Commits
b654b920
Commit
b654b920
authored
Jan 07, 2021
by
Raphael Müller
Browse files
fixed linter issues
parent
33649c6c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.groovylintrc.json
0 → 100644
View file @
b654b920
{
"extends"
:
"recommended"
,
"rules"
:
{
"Instanceof"
:
"off"
,
"DuplicateMapLiteral"
:
"off"
,
"CompileStatic"
:
"off"
,
"DuplicateNumberLiteral"
:
{
"ignoreNumbers"
:
"0,1,2,3,4,5"
},
"DuplicateStringLiteral"
:
{
"ignoreStrings"
:
"*.err;*.pdf;*.{log,err}"
,
"ignoreStringsDelimiter"
:
";"
,
"duplicateStringMinimumLength"
:
1
},
"VariableName"
:
{
"finalRegex"
:
"[A-Z_0-9]*"
}
}
}
environment-dev.yml
View file @
b654b920
...
...
@@ -18,4 +18,4 @@ dependencies:
-
r-base
-
r-ggplot2
-
r-dplyr
-
n
f-core
-
n
odejs
nextflow/backmap.nf
View file @
b654b920
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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