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
Mirrors
biopet.biopet
Commits
18098256
Commit
18098256
authored
Mar 13, 2017
by
Peter van 't Hof
Browse files
Fix sorting of samples
parent
04e1e09f
Changes
1
Hide whitespace changes
Inline
Side-by-side
shiva/src/main/resources/nl/lumc/sasc/biopet/pipelines/shiva/sampleVariants.ssp
View file @
18098256
...
...
@@ -76,7 +76,7 @@
#for (field <- fields) <th>${field}</th> #end
</tr></thead>
<tbody>
#for (sample <- samples.
toList.sorted
)
#for (sample <- samples.
sortBy(_.name)
)
<tr><td><a href="${rootPath}Samples/${sample.name}/index.html">${sample.name}</a></td>
#{
fields.map(x => x -> List("total", "genotype", "general", sample.name, x)).toMap
...
...
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