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
542044f8
Commit
542044f8
authored
5 years ago
by
Lukas Jelonek
Browse files
Options
Downloads
Patches
Plain Diff
Add ECF express profile
parent
f37b7117
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/hmmer_vs_ecfgroups.yaml
+28
-0
28 additions, 0 deletions
modules/hmmer_vs_ecfgroups.yaml
modules/hmmer_vs_ecfsubgroups.yaml
+28
-0
28 additions, 0 deletions
modules/hmmer_vs_ecfsubgroups.yaml
profiles/bacteria-ecf.yaml
+9
-0
9 additions, 0 deletions
profiles/bacteria-ecf.yaml
with
65 additions
and
0 deletions
modules/hmmer_vs_ecfgroups.yaml
0 → 100644
+
28
−
0
View file @
542044f8
# Module manifest for the blastp against swissprot analysis
# The name of the module. Is needed for the list-analyses option, for custom
# configurations and custom profiles
name
:
'
hmmer_ecfgroups'
# Short description of the analysis
info
:
'
hmmscan
analysis
against
ECFexpress
groups'
# The name of the script for the analysis step. Must take a --fasta parameter
analysis
:
script
:
'
run_hmmer.py'
parameters
:
database
:
'
ecfexpress/ECFgroups.hmm'
evalue
:
1e-10
execution
:
cluster
:
chunksize
:
200
container
:
docker
:
'
biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'
singularity
:
'
biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
converter
:
script
:
'
convert_hmmer.py'
parameters
:
dbxref
:
'
ECF'
This diff is collapsed.
Click to expand it.
modules/hmmer_vs_ecfsubgroups.yaml
0 → 100644
+
28
−
0
View file @
542044f8
# Module manifest for the blastp against swissprot analysis
# The name of the module. Is needed for the list-analyses option, for custom
# configurations and custom profiles
name
:
'
hmmer_ecfsubgroups'
# Short description of the analysis
info
:
'
hmmscan
analysis
against
ECFexpress
subgroups'
# The name of the script for the analysis step. Must take a --fasta parameter
analysis
:
script
:
'
run_hmmer.py'
parameters
:
database
:
'
ecfexpress/ECFsubgroups.hmm'
evalue
:
1e-10
execution
:
cluster
:
chunksize
:
200
container
:
docker
:
'
biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'
singularity
:
'
biocontainers/hmmer:v3.1b2dfsg-5-deb_cv1'
# The name of the result to json converter script. Must take one parameter, the
# result file from the analysis_script
converter
:
script
:
'
convert_hmmer.py'
parameters
:
dbxref
:
'
ECF'
This diff is collapsed.
Click to expand it.
profiles/bacteria-ecf.yaml
0 → 100644
+
9
−
0
View file @
542044f8
name
:
'
bacteria-ecf'
info
:
'
Profile
for
ecfexpress
calculation'
modules
:
include_sequence
:
tmhmm
:
ghostx_swissprot
:
hmmer_pfam_a
:
hmmer_ecfgroups
:
hmmer_ecfsubgroups
:
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