Skip to content
Snippets Groups Projects
Commit 36c0d34f authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Add variable name in peaks list

parent 2fca9680
No related branches found
No related tags found
No related merge requests found
Pipeline #78162 passed with stages
in 7 minutes and 55 seconds
......@@ -56,11 +56,11 @@ export default {
titleList: 'Significant peaks',
headers: [
{ text: 'Id', align: 'start', value: 'id' },
// {
// text: 'Variable Name',
{
text: 'Variable Name',
// value: 'name',
// },
value: 'name',
},
{ text: 'Chromosome', value: 'chromosome' },
{ text: 'Position', value: 'position' },
{ text: 'Lod Score', value: 'lod' },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment