generated from Wang-Bioinformatics-Lab/Nextflow_Workflow_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkflowdisplay.yaml
33 lines (32 loc) · 1.19 KB
/
workflowdisplay.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: libraryanalogsearch_accelerated_workflow
displayname: STUFF
Views:
- name: Search Results List
displayname: Search Results List
viewname: summarylist
displaytype: datatable
parameters:
filename: nf_output/merged_results_with_gnps.tsv
columns:
- title: "View Spectra"
data:
- title: "Scan"
data: "#Scan#"
- title: "SpectrumFile"
data: SpectrumFile
- title: "Compound_Name"
data: Compound_Name
- title: "Ion_Source"
data: Ion_Source
- title: "Precursor_MZ"
data: Precursor_MZ
- title: "MQScore"
data: MQScore
- title: "SharedPeaks"
data: SharedPeaks
- title: "SpectrumID"
data: SpectrumID
columnDefs: '[ {"targets": 0,"data": null,"render": function ( data, type, row, meta ) {
return `
<a target="_blank" href="/dashboards/lcms?usi=mzspec:GNPS2-${task}:${encodeURIComponent(row["filename"])}">View LCMS - mzspec:GNPS2-${task}:${row["filename"]}</a>
`;}}]'