Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
a6c39422
Commit
a6c39422
authored
1 year ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix/skymodel name
parent
6938d209
No related branches found
No related tags found
1 merge request
!172
Hotfix/skymodel name
Pipeline
#61592
passed
1 year ago
Stage: versioning
Stage: build
Stage: tests
Stage: docs
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/get_targetname.cwl
+1
-1
1 addition, 1 deletion
steps/get_targetname.cwl
workflows/linc_calibrator/bp.cwl
+1
-1
1 addition, 1 deletion
workflows/linc_calibrator/bp.cwl
with
2 additions
and
2 deletions
steps/get_targetname.cwl
+
1
−
1
View file @
a6c39422
...
...
@@ -23,7 +23,7 @@ arguments:
output = getTargetName(mss)
targetName = output['targetName'].lstrip().rstrip().replace(' ','
_
')
targetName = output['targetName'].lstrip().rstrip().replace(' ','')
cwl_output = {"targetName": targetName}
with open('./out.json', 'w') as fp:
...
...
This diff is collapsed.
Click to expand it.
workflows/linc_calibrator/bp.cwl
+
1
−
1
View file @
a6c39422
...
...
@@ -301,7 +301,7 @@ steps:
- id: plotFlag
default: true
- id: prefix
default:
b
bandpass_transfer_
default: bandpass_transfer_
out:
- id: output_plots
- id: logfile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment