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
Graph
184e0d4683542ed4b7d684a86625cad72b1de0d3
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Apr
6
Apr
17
Dec
11
Nov
30
Oct
21
May
14
13
8
15
Apr
9
4
20
Mar
14
13
12
5
3
1
28
Feb
26
22
21
20
18
17
16
15
14
13
12
10
9
8
7
Jan
28
Jun
10
Apr
9
5
4
3
8
Mar
7
7
Feb
31
Jan
30
29
24
16
19
Dec
13
12
11
8
7
6
5
4
1
30
Nov
29
28
27
21
16
13
9
8
26
Oct
18
10
Aug
7
2
1
31
Jul
27
26
21
Jun
31
May
4
Apr
23
Mar
22
9
8
28
Feb
27
23
22
14
Add sorfdb profile
master
master
Add default psot image for k8s
Use new image location
Update container images
Fix bug: Feature coordinates are stored as strings
Add pepstats tool by fabian schnecko
Increase evalue cutoff for bacteria-ecf
Add bias to hmmer domain target
Add ECF express profile
Include evaule in hmmer result. Use name as fallback if no accession is available
Include score in ghostx result conversion
Merge branch 'develop' of git.computational.bio.uni-giessen.de:SOaAS/psot into develop
Add max hits argument to run_ghostx.py
Merge branch 'develop' of git.computational.bio.uni-giessen.de:SOaAS/psot into develop
Improve targetp json structure by writing out Localization and preserving case of other fields. Also adds a script run execute targetp script quickly
Add tmhmm to all profiles
Add include_sequence to all profiles
Add profiles for bacteria and eukaryotes
Fix bug: some ghostx installations output the help page on stderr
Fix bug: blastp converter ignores sequences without hits
Fix bug: hmmer and ghostx don't include sequences with no results
Redesign databases. Introduce relative database paths. Docker steps mount the associated databases directly.
Merge branch 'develop' into containerization
Fix docker image locations and database locations
if containerpath is changed in config.yaml, mount point is automatically changed in nextflow.py
cleanup
default_repo again in project directory; error handling in database script
extended error handling in download_databases_from_s3bucket.sh and cleanup of logfile in main.py happens now if logfile is 1KB
psot deletes all lines except the last ten lines in database_paths.log, if logfile is too big (1MB)
databases will be downloaded without testing on availability at the first run; while downloading a lockfile is created to stop other psot instances from downloading at the same time
BUGFIX: config is now loaded while parameter functions are executed, not in the main function anymore; helper scripts are executed in the nextflow script without full path, it was made use of the bin folder in the execution directory
add fail function to download_databases_from_s3bucket script for error handling
add download_databases function to main.py, download_databases_from_s3bucket.sh is run as subprocess
database directory is written automatically in nextflow config (docker or singularity scope)
download_databases_from_s3bucket.sh tests now if folders are misssing in datadir and download only these
add script 'download_databases_from_s3bucket'
Raise exception when profile is not found; Add error propagation to nextflow call
biocontainers are used for blastp and hmmer
nextflow.config is now generated with docker and singularity scopes in which the local database directory is mounted/bind in the containers to the /databases directory; config.py now concats the right database directory with the database property in regarding modules
run scripts now print cmdline they used to run and are executed in nextflow.py as subprocesses; analysis tools are now executed in the nextflow processes directly
Loading