generated from CCBR/CCBR_NextflowTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Merge branch 'main' of https://github.com/CCBR/CRUISE
- Loading branch information
Showing
27 changed files
with
132 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
contact_links: | ||
- name: CCBR Discussions | ||
url: https://github.com/CCBR/CRUISE/discussions | ||
url: https://github.com/CCBR/CRISPIN/discussions | ||
about: Please ask and answer questions here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
cff-version: 1.2.0 | ||
message: "Please cite CRUISE as below:" | ||
message: "Please cite CRISPIN as below:" | ||
authors: | ||
- family-names: Wong | ||
given-names: Nathan | ||
orcid: https://orcid.org/0000-0002-8882-3401 | ||
- family-names: Sovacool | ||
given-names: Kelly | ||
orcid: https://orcid.org/0000-0003-3283-829X | ||
- family-names: Wong | ||
given-names: Nathan | ||
- family-names: Sevilla | ||
given-names: Samantha | ||
orcid: https://orcid.org/0000-0002-8734-9875 | ||
- family-names: Koparde | ||
given-names: Vishal | ||
orcid: https://orcid.org/0000-0001-8978-8495 | ||
title: "CRUISE: Crispr scReen seqUencIng analySis pipEline" | ||
url: https://ccbr.github.io/CHAMPAGNE/ | ||
repository-code: https://github.com/CCBR/CHAMPAGNE | ||
title: "CRISPIN: CRISPR screen pipeline" | ||
url: https://ccbr.github.io/CRISPIN | ||
repository-code: https://github.com/CCBR/CRISPIN | ||
license: MIT | ||
type: software | ||
version: v0.1.1 | ||
date-released: 2023-11-06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Containers for CRUISE | ||
# Containers for CRISPIN | ||
|
||
Dockerfiles to create containers for processes in this nextflow workflow. | ||
These containers are built and pushed to dockerhub automatically when files in this directory change. | ||
|
||
[![docker](https://github.com/CCBR/CRUISE/actions/workflows/docker.yml/badge.svg)](https://github.com/CCBR/CRUISE/actions/workflows/docker.yml) | ||
[![docker](https://github.com/CCBR/CRISPIN/actions/workflows/docker.yml/badge.svg)](https://github.com/CCBR/CRISPIN/actions/workflows/docker.yml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# bagel | ||
|
||
Container for bagel processes in CRUISE | ||
Container for bagel processes in CRISPIN | ||
|
||
<https://hub.docker.com/r/nciccbr/cruise_bagel_2.0> | ||
<https://hub.docker.com/r/nciccbr/crispin_bagel_2.0> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dockerhub_namespace: nciccbr | ||
image_name: cruise_bagel_2.0 | ||
image_name: crispin_bagel_2.0 | ||
version: 0.1.0 | ||
container: "$(dockerhub_namespace)/$(image_name):$(version)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# drugZ | ||
|
||
Container for drugZ processes in CRUISE | ||
Container for drugZ processes in CRISPIN | ||
|
||
<https://hub.docker.com/r/nciccbr/cruise_drugz> | ||
<https://hub.docker.com/r/nciccbr/crispin_drugz> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dockerhub_namespace: nciccbr | ||
image_name: cruise_drugz | ||
image_name: crispin_drugz | ||
version: 0.1.0 | ||
container: "$(dockerhub_namespace)/$(image_name):$(version)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.