Skip to content

Commit

Permalink
renames some files and subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyweigand committed Aug 18, 2021
1 parent 8b53929 commit e025219
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mutations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
#if new mutations added, then
#check if format, required variables are correct
#add mutations to existing latest.tsv
#copy latest.tsv to ${GITHUB_WORKSPACE}/mutations/archive_tsv/$now.tsv
#copy latest.tsv to ${GITHUB_WORKSPACE}/mutations/previous_tsv/$now.tsv
- name: make vcf
run: |
echo
#if new mutations, then
#convert latest.tsv to latest.vcf with some script (add identifier to INFO that can be mapped to changelog)
#copy latest.vcf to ${GITHUB_WORKSPACE}/mutations/archive_vcf/$now.vcf
#copy latest.vcf to ${GITHUB_WORKSPACE}/mutations/previous_vcf/$now.vcf
- name: cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion mutations/MUTATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before adding, submitters are expected to confirm the validity of mutations to e

<details>
<summary>PacBio</summary>

1. Read coverage depth >= Xx
1. Xxxxxx
</details>
Expand Down
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.

0 comments on commit e025219

Please sign in to comment.