Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RNU-gene and reference files cleanup #231

Merged
merged 3 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# Files
git.hash
nextflow.config
todo
mito_full.nf

# Suffix
*~
__pycache__/
container/*.sif
*.sif
.nextflow*
nextflow.config
work/
*.html
*#
git.hash
todo
mito_full.nf
## ref tools
bin/reference_tools/*.log
bin/reference_tools/*.bed
*.orig
*.tbi

# Folders
__pycache__/
work/
data/
output/
.vscode/

# Ref tools
bin/reference_tools/*.log
bin/reference_tools/*.bed
bin/reference_tools/refdata/*.vcf.gz

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

### 3.10.1
* Update config for bed intersect
* Some fixes to the logging of the bed intersect script

### 3.9.10
* Use reduced gene_panel JSON to avoid adding dead/archived panels to new scout cases
* Add lennart-side script/worker CRON job to generate new gene panel JSON
Expand Down
1 change: 1 addition & 0 deletions bin/reference_tools/refdata/user_added.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17 43387226 43387417 RNU2-4
Copy link
Contributor

@alkc alkc Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coordinates check out 👍

338 changes: 0 additions & 338 deletions bin/reference_tools/update_bed.pl

This file was deleted.

Loading