Skip to content

Commit

Permalink
Merge branch 'main' into 2025-01-13-pag-galaxy-workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain authored Jan 11, 2025
2 parents 89625ef + eaf2b4c commit f721ccd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion github_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_files(self):
if file_path.endswith(".md"):
head_branch = self.pr.head
pr_content = head_branch.repo.get_contents(
file_path, ref=head_branch.ref
file_path, ref=head_branch.sha
).decoded_content.decode()
os.makedirs(os.path.dirname(file_path), exist_ok=True)
with open(file_path, "w") as f:
Expand Down
31 changes: 31 additions & 0 deletions posts/2025/2025-01-07-ncbi-cgr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
media:
- mastodon-brc
- bluesky-brc
- linkedin-brc
- linkedin-galaxyproject
- bluesky-galaxyproject

hashtags:
mastodon-brc:
- NCBICGR
- ComparativeGenomics

linkedin-brc:
- NCBICGR
- ComparativeGenomics

bluesky-brc:
- NCBICGR
- ComparativeGenomics

linkedin-galaxyproject:
- NCBICGR
- ComparativeGenomics

bluesky-galaxyproject:
- NCBICGR
- ComparativeGenomics

---
Passing this along to our Galaxy and BRC communities: NCBI is holding a webinar for researchers in the eukaryotic pathogen and desease vector spaces on Feb 12. Use this link to get more information https://ow.ly/GAlW50UAuR9

0 comments on commit f721ccd

Please sign in to comment.