generated from CCBR/CCBR_SnakemakeTemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from CCBR/prettier
style: run prettier on all files
- Loading branch information
Showing
68 changed files
with
2,399 additions
and
1,969 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: 'slsevilla' | ||
title: "" | ||
labels: "" | ||
assignees: "slsevilla" | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior; if applicable, add screenshots to help explain your problem: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
A clear and concise description of what you expected to happen. |
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,14 +1,13 @@ | ||
--- | ||
name: Enhancement request | ||
about: Suggest an additional component to an already existing feature | ||
title: '' | ||
labels: '' | ||
assignees: 'slsevilla' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "slsevilla" | ||
--- | ||
|
||
**Describe what enhancement you'd like to see.** | ||
A clear and concise description of what you'd like to add, specifically to what already existing feature. Ex. I am using a new reference, and I'd love to see this reference included [...] | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Add any other context or screenshots about the feature request 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: 'slsevilla' | ||
title: "" | ||
labels: "" | ||
assignees: "slsevilla" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. If there are alternative solutions or features you've considered, please include these! | ||
A clear and concise description of what you want to happen. If there are alternative solutions or features you've considered, please include these! |
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 |
---|---|---|
|
@@ -13,20 +13,20 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: docker://snakemake/snakemake:v7.19.1 | ||
with: | ||
directory: '.test' | ||
- name: dryrun | ||
shell: bash {0} | ||
run: | | ||
bash ./install.sh ./test-workdir/carlisle-v9999.9999.9999-dev | ||
./test-workdir/carlisle-v9999.9999.9999-dev/bin/carlisle --runmode=init --workdir=./test-workdir/output_carlisle | ||
cp ./test-workdir/carlisle-v9999.9999.9999-dev/bin/.test/config_lint.yaml ./test-workdir/output_carlisle/config/config.yaml | ||
# TODO: use `carlisle run --mode dryrun` | ||
docker run -v ./test-workdir/:/opt2 snakemake/snakemake:v7.19.1 /bin/bash -c \ | ||
"cd /opt2 && snakemake \ | ||
-s ./carlisle-v9999.9999.9999-dev/bin/workflow/Snakefile \ | ||
--dryrun \ | ||
--configfile carlisle-v9999.9999.9999-dev/bin/.test/config_lint.yaml \ | ||
--directory output_carlisle" | ||
- uses: actions/[email protected] | ||
- uses: docker://snakemake/snakemake:v7.19.1 | ||
with: | ||
directory: ".test" | ||
- name: dryrun | ||
shell: bash {0} | ||
run: | | ||
bash ./install.sh ./test-workdir/carlisle-v9999.9999.9999-dev | ||
./test-workdir/carlisle-v9999.9999.9999-dev/bin/carlisle --runmode=init --workdir=./test-workdir/output_carlisle | ||
cp ./test-workdir/carlisle-v9999.9999.9999-dev/bin/.test/config_lint.yaml ./test-workdir/output_carlisle/config/config.yaml | ||
# TODO: use `carlisle run --mode dryrun` | ||
docker run -v ./test-workdir/:/opt2 snakemake/snakemake:v7.19.1 /bin/bash -c \ | ||
"cd /opt2 && snakemake \ | ||
-s ./carlisle-v9999.9999.9999-dev/bin/workflow/Snakefile \ | ||
--dryrun \ | ||
--configfile carlisle-v9999.9999.9999-dev/bin/.test/config_lint.yaml \ | ||
--directory output_carlisle" |
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,2 +1,2 @@ | ||
condition1 condition2 | ||
53_H3K4me3 HN6_H3K4me3 | ||
53_H3K4me3 HN6_H3K4me3 |
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,9 +1,11 @@ | ||
## mm10 download | ||
|
||
https://bitbucket.org/young_computation/rose/src/master/annotation/mm10_refseq.ucsc | ||
|
||
`create_hs1_ucsc.sh` script was used to create the hs1 ucsc file. | ||
|
||
#### hg19_refseq.ucsc and hg38_refseq.ucsc source | ||
|
||
/data/khanlab3/gb_omics/processed_DATA/YueHu/cutrun_120822# hg19_refseq.ucsc and hg38_refseq.ucsc source | ||
|
||
# info on these resources is outlined in: https://github.com/CCBR/CARLISLE/issues/27 |
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.