Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
309c2648
Commit
309c2648
authored
Nov 22, 2021
by
Rajkumar-D
Browse files
Adding ENTRYNUMBER to sequence tsv
parent
3474f628
Pipeline
#278435
passed with stages
in 5 minutes and 30 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/app/checklist/checklist.component.ts
src/app/checklist/checklist.component.ts
+3
-0
No files found.
src/app/checklist/checklist.component.ts
View file @
309c2648
...
...
@@ -422,6 +422,9 @@ export class ChecklistComponent implements OnInit {
var
scientificNameField
=
{
"
name
"
:
"
scientific_name
"
,
"
description
"
:
"
Taxon id for the sample
"
,
"
mandatory
"
:
"
mandatory
"
};
selectedChecklistArray
.
push
(
taxIdField
);
selectedChecklistArray
.
push
(
scientificNameField
);
}
else
if
(
this
.
checklistType
===
"
sequence
"
)
{
var
entryNumberField
=
{
"
name
"
:
"
ENTRYNUMBER
"
,
"
description
"
:
"
ENTRYNUMBER
"
,
"
mandatory
"
:
"
mandatory
"
};
selectedChecklistArray
.
push
(
entryNumberField
);
}
}
...
...
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