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
62cf8b34
Commit
62cf8b34
authored
Nov 12, 2018
by
Thomas Van Parys
Browse files
Filter new species id by value (
#43
)
parent
cba410c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
62cf8b34
...
...
@@ -1013,7 +1013,7 @@ process clime {
//only use blast hits where species == new
allVsAllProteomeBlasts_wgd
.
filter
{
it
[
1
]
==
newSpeciesId
}
.
filter
{
it
[
1
]
==
newSpeciesId
.
value
}
.
set
{
new_species_blasts
}
...
...
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