Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psot.repository
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SOaAS
psot.repository
Commits
43fe9e23
Commit
43fe9e23
authored
8 years ago
by
Lukas Jelonek
Browse files
Options
Downloads
Patches
Plain Diff
Removed relative path in config
parent
15f4a749
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/blast_vs_swissprot.yaml
+2
-2
2 additions, 2 deletions
modules/blast_vs_swissprot.yaml
modules/signalp.yaml
+2
-2
2 additions, 2 deletions
modules/signalp.yaml
with
4 additions
and
4 deletions
modules/blast_vs_swissprot.yaml
+
2
−
2
View file @
43fe9e23
...
@@ -8,8 +8,8 @@ name: 'blastp_swissprot'
...
@@ -8,8 +8,8 @@ name: 'blastp_swissprot'
info
:
'
blastp
analysis
against
swissprot'
info
:
'
blastp
analysis
against
swissprot'
# The name of the script for the analysis step. Must take a --fasta parameter
# The name of the script for the analysis step. Must take a --fasta parameter
analysis_script
:
'
../bin/
module_blast_swissprot.py'
analysis_script
:
'
module_blast_swissprot.py'
# The name of the result to json converter script. Must take one parameter, the
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
# result file from the analysis_script
converter_script
:
'
../bin/
convert_blast_swissprot.py'
converter_script
:
'
convert_blast_swissprot.py'
This diff is collapsed.
Click to expand it.
modules/signalp.yaml
+
2
−
2
View file @
43fe9e23
...
@@ -8,8 +8,8 @@ name: 'signalp'
...
@@ -8,8 +8,8 @@ name: 'signalp'
info
:
'
predict
signal
peptides'
info
:
'
predict
signal
peptides'
# The name of the script for the analysis step. Must take a --fasta parameter
# The name of the script for the analysis step. Must take a --fasta parameter
analysis_script
:
'
../bin/
module_signalp.py'
analysis_script
:
'
module_signalp.py'
# The name of the result to json converter script. Must take one parameter, the
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
# result file from the analysis_script
converter_script
:
'
../bin/
convert_signalp.py'
converter_script
:
'
convert_signalp.py'
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