Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8cac5c5
Initial DF definition
KirkD-Glysade Oct 9, 2023
f28b217
Functionalize python script
KirkD-Glysade Oct 9, 2023
f1f1972
Add df imports
KirkD-Glysade Oct 9, 2023
2b655f7
Remove script from DFxn definition
KirkD-Glysade Oct 9, 2023
52d4cfb
Add ID field and improvements to Antibody Structure Prediction DF
KirkD-Glysade Oct 10, 2023
f37178a
Add IronPython script to configure Biomolecule Viewer
KirkD-Glysade Oct 10, 2023
b68b29c
Change molviewer to biomolviewer
KirkD-Glysade Oct 11, 2023
e57bb77
Color option for Sequence Region Annotation
KirkD-Glysade Oct 24, 2023
9060d2b
Add color option to Ab Seq Liab and Seq Motif Search
KirkD-Glysade Oct 24, 2023
3f1783a
Remove outputFileds (rely on defaults)
KirkD-Glysade Oct 24, 2023
8fc4df4
Bump version numbers; rename input field in Ab Seq Liab
KirkD-Glysade Oct 24, 2023
0f487a8
Add output fields
KirkD-Glysade Oct 25, 2023
fe68ef3
Adjust output field type
KirkD-Glysade Oct 25, 2023
4e9c251
Change serviceUri to specify glysade_mAb
KirkD-Glysade Oct 30, 2023
ee0850a
Change serviceUri to specify glysade_mAb
KirkD-Glysade Oct 30, 2023
b3654ae
Merge branch 'master' into feature/AbStructPred_231009
KirkD-Glysade Oct 30, 2023
acd4c6a
Updated DF .yaml
KirkD-Glysade Nov 11, 2023
d70d1f5
Update DF with more complete capabilities
KirkD-Glysade Nov 17, 2023
172cf7d
Remove random seed controls
KirkD-Glysade Nov 17, 2023
c4bb2c1
Remove references to output directory
KirkD-Glysade Nov 22, 2023
2df8580
Add new definition to both required locations in .yaml
KirkD-Glysade Dec 13, 2023
e7dc0bc
Preliminary RASA DF definition
KirkD-Glysade Dec 22, 2023
5a6f2df
Merge branch 'feature/AbStructPred_231009' into feature/RASA_231222
KirkD-Glysade Dec 22, 2023
8fbad6b
Update DataFxn .yaml
KirkD-Glysade Jan 2, 2024
2e8ea78
Additional features added to RASA
KirkD-Glysade Jan 4, 2024
e3e178b
Remove ID column; add color gradient; rename DF; group annotation opt…
KirkD-Glysade Jan 9, 2024
e400bd4
Merge branch 'feature/SeqToolsColorOptions_231024' into feature/RASA_…
KirkD-Glysade Jan 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 31 additions & 6 deletions csharp/local/AntibodySequenceLiabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 01010160-093b-55c7-746b-8a3c148111b7
name: Antibody Sequence Liabilities
description: Create a set of boolean columns indicating the presence or absence of predefined antibody sequence liabilities. A column illustrating the sequence and the identified liability locations is also created.
category: Biopolymer
version: 1.0.1
version: 1.1.0
serviceName: AntibodySequenceLiabilities
serviceUri: glysade.csharp
executorId: Glysade.CSharpDataFxn
Expand Down Expand Up @@ -36,12 +36,12 @@ inputFields:
data: Annotated Liabilities
- control:
id: patterns
label: Match patterns
label: Sequence liabilities
type: select
multi: !!bool true
options:
- text: Asparagine Deamidation
value: Asparagine Deamidation,(?=(N[GSTN]))
value: Asparagine Deamidation,(?=(N[GSTNH]))
- text: Aspartic Acid Fragmentation
value: Aspartic Acid Fragmentation,DP
- text: Aspartic Acid Isomerization
Expand All @@ -62,26 +62,51 @@ inputFields:
id: patterns
dataType: list(string)
data:
- Asparagine Deamidation,(?=(N[GSTN]))
- Asparagine Deamidation,(?=(N[GSTNH]))
- Aspartic Acid Fragmentation,DP
- Aspartic Acid Isomerization,(?=(D[GSTDH]))
- Cysteine,C
- Lysine N-glycation,(?<=(K[DE]|[DE]K))
- N-glycosylation,N[^P][TS]
- N-terminal Glutamic Acid,^E
- Oxidation,[MW]
- control:
id: ctrlColor
label: Select color
type: color
request:
id: ctrlColor
dataType: string
data: '#ff0000'
assembly: PublisherCore
tags:
- color: '#dddddd'
text: MAB
- color: '#AFC9E1'
text: annotation
- color: '#337abc'
text: sequence
- color: '#f1f72d'
text: filter
updateBehavior: automatic
maximumOutputColumns: !!int 10
maximumOutputTables: !!int 0
chemistryFunction: !!bool false
outputFields:
- id: sequenceColumn
name: Sequence column
source: inputField
type: default
- id: outputColumn
name: Annotated sequence output column
source: inputField
type: default
- id: patterns
name: Selected liabilities
source: inputField
type: default
- id: ctrlColor
name: Color
source: inputField
type: color
allowedClients:
- Analyst
- WebPlayer
Expand Down
41 changes: 35 additions & 6 deletions csharp/local/SequenceMotifSearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 70470634-68a8-4950-9d88-348bc19e3a1d
name: Sequence Motif Search
description: Creates boolean columns indicating the presence or absence of an input sequence motif in a sequence column - regular expressions are also supported. A column illustrating the sequence and the identified motif locations is also created.
category: Biopolymer
version: 1.0.1
version: 1.1.0
serviceName: SequenceMotifRegexSearch
serviceUri: glysade.csharp
executorId: Glysade.CSharpDataFxn
Expand All @@ -29,7 +29,7 @@ inputFields:
type: text
validationRules:
- type: required
message: 'Enter a name for the output boolean column.'
message: Enter a name for the output boolean column.
request:
id: columnName
dataType: string
Expand All @@ -39,7 +39,7 @@ inputFields:
type: text
validationRules:
- type: required
message: 'Enter a name to be used in annotating the motif.'
message: Enter a name to be used in annotating the motif.
request:
id: featureName
dataType: string
Expand All @@ -50,19 +50,48 @@ inputFields:
rows: !!int 1
validationRules:
- type: required
message: 'A query sequence or regular expression must be entered.'
message: A query sequence or regular expression must be entered.
request:
id: expression
dataType: string
- control:
id: ctrlColor
label: Select color
type: color
request:
id: ctrlColor
dataType: string
data: '#ffa500'
tags:
- color: '#AFC9E1'
text: annotation
- color: '#337abc'
text: sequence
- color: '#f1f72d'
text: filter
updateBehavior: automatic
maximumOutputColumns: !!int 2
maximumOutputTables: !!int 0
chemistryFunction: !!bool false
outputFields:
- id: sequenceColumn
name: Sequence column
source: inputField
type: default
- id: columnName
name: Annotated sequence output column
source: inputField
type: default
- id: featureName
name: Motif name
source: inputField
type: default
- id: expression
name: Motif expression
source: inputField
type: default
- id: ctrlColor
name: Color
source: inputField
type: color
allowedClients:
- Analyst
- WebPlayer
Expand Down
18 changes: 15 additions & 3 deletions csharp/local/SequenceRegionAnnotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: 1d863338-11e3-f287-a9c8-6d72792c320f
name: Sequence Region Annotation
description: Create GenBank region annotations for a sequence or GenBank column.
category: Biopolymer
version: 1.0.0
version: 1.1.0
serviceName: SequenceRegionAnnotationDataFunction
serviceUri: glysade.csharp
executorId: Glysade.CSharpDataFxn
Expand Down Expand Up @@ -79,6 +79,14 @@ inputFields:
request:
id: end
dataType: integer
- control:
id: uictrlColor
label: Select color
type: color
request:
id: uictrlColor
dataType: string
data: '#afc9e1'
tags:
- color: '#337abc'
text: sequence
Expand Down Expand Up @@ -109,10 +117,14 @@ outputFields:
name: Region end location
source: inputField
type: default
- id: uictrlColor
name: Color
source: inputField
type: color
allowedClients:
- Analyst
- WebPlayer
demoUrl:
limitBy: none
minimumChartsVersion: 4.4.0.0
confirmSubmit:
minimumChartsVersion: 4.4.0.0
confirmSubmit:
Loading