Skip to content

Commit

Permalink
Merge pull request GlobalPneumoSeq#123 from GlobalPneumoSeq/feature/u…
Browse files Browse the repository at this point in the history
…pdate-url

Update repo URL after organisation transfer
  • Loading branch information
HarryHung authored Nov 13, 2024
2 parents c59926c + 136bce3 commit 09c36e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-24.04.4-23aa62.svg)](https://www.nextflow.io/)
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/singularity/)
[![Launch on Seqera Platform](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Seqera%20Platform-%234256e7)](https://cloud.seqera.io/quicklaunch?pipeline=https://github.com/sanger-bentley-group/gps-pipeline)
[![Launch on Seqera Platform](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Seqera%20Platform-%234256e7)](https://cloud.seqera.io/quicklaunch?pipeline=https://github.com/GlobalPneumoSeq/gps-pipeline)

The GPS Pipeline is a Nextflow pipeline designed for processing raw reads (FASTQ files) of *Streptococcus pneumoniae* samples. After preprocessing, the pipeline performs initial assessment based on the total bases in reads. Passed samples will be further assess based on assembly, mapping, and taxonomy. If the sample passes all quality controls (QC), the pipeline also provides the sample's serotype, multi-locus sequence typing (MLST), lineage (based on the [Global Pneumococcal Sequence Cluster (GPSC)](https://www.pneumogen.net/gps/GPSC_lineages.html)), and antimicrobial resistance (AMR) against multiple antimicrobials.

Expand Down Expand Up @@ -89,11 +89,11 @@ It is recommended to have at least 16GB of RAM and 100GB of free storage
> - An Internet connection is required
1. Clone the repository (if Git is installed on your system)
```
git clone https://github.com/sanger-bentley-group/gps-pipeline.git
git clone https://github.com/GlobalPneumoSeq/gps-pipeline.git
```
or
Download and unzip/extract the [latest release](https://github.com/sanger-bentley-group/gps-pipeline/releases)
Download and unzip/extract the [latest release](https://github.com/GlobalPneumoSeq/gps-pipeline/releases)
2. Go into the local directory of the pipeline and it is ready to use without installation (the directory name might be different)
```
cd gps-pipeline
Expand Down
4 changes: 2 additions & 2 deletions modules/messages.nf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void endMessage(String selectedWorkflow) {
""".stripMargin()
failMessage = '''
|The pipeline has failed.
|If you think it is caused by a bug, submit an issue at \"https://github.com/sanger-bentley-group/gps-pipeline/issues\".
|If you think it is caused by a bug, submit an issue at \"https://github.com/GlobalPneumoSeq/gps-pipeline/issues\".
'''.stripMargin()
break
case 'init':
Expand All @@ -112,7 +112,7 @@ void endMessage(String selectedWorkflow) {
'''.stripMargin()
failMessage = '''
|Failed to get version information on pipeline, tools or databases.
|If you think it is caused by a bug, submit an issue at \"https://github.com/sanger-bentley-group/gps-pipeline/issues\"
|If you think it is caused by a bug, submit an issue at \"https://github.com/GlobalPneumoSeq/gps-pipeline/issues\"
'''.stripMargin()
break
}
Expand Down
2 changes: 1 addition & 1 deletion modules/validate.nf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void validate(Map params) {
default:
log.error("""
|Unknown value type \"${validParams[key]}\"
|Please submit an issue at \"https://github.com/sanger-bentley-group/gps-pipeline/issues\"}
|Please submit an issue at \"https://github.com/GlobalPneumoSeq/gps-pipeline/issues\"}
""".stripMargin())
System.exit(1)
}
Expand Down

0 comments on commit 09c36e4

Please sign in to comment.