-
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.
- Loading branch information
Showing
83 changed files
with
3,570 additions
and
2,848 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 |
---|---|---|
|
@@ -115,7 +115,12 @@ jobs: | |
citation._implementation.cffobj['version'] = "${{ env.NEXT_VERSION }}" | ||
citation._implementation.cffobj['date-released'] = "${{ env.DATE }}" | ||
with open('CITATION.cff', 'w') as outfile: | ||
outfile.write(yaml.dump(citation._implementation.cffobj, sort_keys=False)) | ||
outfile.write(yaml.dump(citation._implementation.cffobj, sort_keys=False, indent=2)) | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files CITATION.cff CHANGELOG.md VERSION | ||
continue-on-error: true | ||
|
||
- name: Commit & push to branch | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -36,14 +36,20 @@ jobs: | |
with open('VERSION', 'w') as outfile: | ||
outfile.write(f"{version}-dev\n") | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files CITATION.cff CHANGELOG.md VERSION | ||
continue-on-error: true | ||
|
||
- name: Open pull request | ||
run: | | ||
git add CHANGELOG.md VERSION | ||
git commit -m "chore: bump changelog & version after release of ${{ github.ref_name }}" | ||
git push --set-upstream origin ${{ env.BRANCH }} | ||
gh pr create \ | ||
--fill-first | ||
--fill-first \ | ||
--reviewer ${{ github.triggering_actor }} | ||
- name: Clean up release-draft branch | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -159,4 +159,4 @@ site/ | |
|
||
# other | ||
|
||
**/.koparde* | ||
**/.koparde* |
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 +1 @@ | ||
2.5.11 | ||
2.5.11-dev |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"FUSIONPROTDOMAIN": "s3://nciccbr/Resources/RNA-seq/arriba/protein_domains_hg38_GRCh38_v2.0.0.gff3" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"FUSIONPROTDOMAIN": "s3://nciccbr/Resources/RNA-seq/arriba/protein_domains_hg38_GRCh38_v2.0.0.gff3" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"FUSIONPROTDOMAIN": "s3://nciccbr/Resources/RNA-seq/arriba/protein_domains_hg38_GRCh38_v2.0.0.gff3" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"FUSIONPROTDOMAIN": "s3://nciccbr/Resources/RNA-seq/arriba/protein_domains_hg38_GRCh38_v2.0.0.gff3" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"FUSIONPROTDOMAIN": "s3://nciccbr/Resources/RNA-seq/arriba/protein_domains_mm10_GRCm38_v2.0.0.gff3" | ||
} | ||
} | ||
} | ||
} |
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,19 +13,19 @@ LABEL [email protected] | |
# - matplotlib (pypi) | ||
# - XlsxWriter (pypi) | ||
|
||
# Create Container filesystem specific | ||
# Create Container filesystem specific | ||
# working directory and opt directories | ||
# to avoid collisions with host filesyetem | ||
# to avoid collisions with host filesyetem | ||
RUN mkdir -p /opt2 && mkdir -p /data2 | ||
WORKDIR /opt2 | ||
WORKDIR /opt2 | ||
|
||
# Set time zone to US east coast | ||
# Set time zone to US east coast | ||
ENV TZ=America/New_York | ||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \ | ||
&& echo $TZ > /etc/timezone | ||
|
||
# This section installs system packages | ||
# required for your project. If you need | ||
# This section installs system packages | ||
# required for your project. If you need | ||
# extra system packages add them here. | ||
# Installs python/3.8.10 | ||
RUN apt-get update \ | ||
|
@@ -55,6 +55,6 @@ RUN pip3 install --upgrade pip \ | |
|
||
# Add Dockerfile and export env variables | ||
ADD Dockerfile /opt2/Dockerfile | ||
RUN chmod -R a+rX /opt2 | ||
RUN chmod -R a+rX /opt2 | ||
ENV PATH="/opt2:$PATH" | ||
WORKDIR /data2 | ||
WORKDIR /data2 |
Oops, something went wrong.