Skip to content

Commit

Permalink
RAPT v0.5.3 - teamcity CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RAPT-release authored and Tomcat service account committed Jul 15, 2022
1 parent 77d3d73 commit 3c9a501
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are new to RAPT, please visit our [wiki page](https://github.com/ncbi/rap

To use the latest version, download the RAPT command-line interface with the following commands:
```
~$ curl -sSLo rapt.tar.gz https://github.com/ncbi/rapt/releases/download/v0.5.2/rapt-v0.5.2.tar.gz
~$ curl -sSLo rapt.tar.gz https://github.com/ncbi/rapt/releases/download/v0.5.3/rapt-v0.5.3.tar.gz
~$ tar -xzf rapt.tar.gz && rm -f rapt.tar.gz
```

Expand Down
3 changes: 3 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Release v0.5.3
# Bugfix: SRA/metadata retrieval methods correction according to the recent change of corresponding services

### Release v0.5.2
* PGAP at 2022-04-14.build6021
* Add `--auto-correct-tax` switch
Expand Down
2 changes: 1 addition & 1 deletion dist/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Read Assembly and Annotation Pipeline Tool (RAPT) v0.5.2
Read Assembly and Annotation Pipeline Tool (RAPT) v0.5.3

RAPT is a NCBI pipeline designed for assembling and annotating Illumina genome sequencing reads obtained from bacterial or archaeal isolates. RAPT consists of two major NCBI components, SKESA and PGAP. SKESA is a de-novo assembler for microbial genomes based on DeBruijn graphs. PGAP is a prokaryotic genome annotation pipeline that combines ab initio gene prediction algorithms with homology based methods. RAPT takes an Illumina SRA run or a fasta file as input and produces an assembled and annotated genome.

Expand Down
8 changes: 4 additions & 4 deletions dist/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
RELEASE: v0.5.2
DATE: 05-04-2022
BUILD: rapt-38092134
RELEASE: v0.5.3
DATE: 07-15-2022
BUILD: rapt-39223259
SKESA: 2.5.0
PGAPX: 2022-04-14.build6021

DESCRIPTION:

This release updates PGAP to 2022-04-14.build6021, and implemented --auto-correct-tax switch: when specified, in the case that the genome sequence is misassigned or contaminated and ANI predicts an organism with HIGH confidence, the system will use the predicted organism for PGAP instead of the one provided by the user.
This is a bugfix release. The methods to retrieve SRA and metadata have been modified to align with the recent change to the backend services
4 changes: 2 additions & 2 deletions dist/run_rapt.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
##to be compatible with python2
from abc import ABCMeta, abstractmethod

IMAGE_URI="ncbi/rapt:v0.5.2"
IMAGE_URI="ncbi/rapt:v0.5.3"

RAPT_VERSION="rapt-38092134"
RAPT_VERSION="rapt-39223259"

DEFAULT_REF_DIR = '.rapt_refdata'

Expand Down
4 changes: 2 additions & 2 deletions dist/run_rapt_gcp.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

###############################* Global Constants *##################################
IMAGE_URI="ncbi/rapt:v0.5.2"
RAPT_VERSION="rapt-38092134"
IMAGE_URI="ncbi/rapt:v0.5.3"
RAPT_VERSION="rapt-39223259"

GCP_LOGS_VIEWER="https://console.cloud.google.com/logs/viewer"

Expand Down

0 comments on commit 3c9a501

Please sign in to comment.