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
deep_genome
cedalion
Commits
358c693b
Commit
358c693b
authored
Nov 12, 2018
by
Thomas Van Parys
Browse files
Sort clime col-species (
#52
)
parent
62cf8b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
358c693b
...
...
@@ -896,7 +896,8 @@ climeSpecies
// Create CLIME matrix for each clime species comparing against all of species
climeMatrixColSpecies
.
collect
{
"--col-species $it.name"
}
.
map
{
"--col-species $it.name"
}
.
toSortedList
()
.
map
{
it
.
join
(
' '
)
}
.
set
{
climeMatrixColSpecies
}
...
...
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