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

refactor: oligomap output conversion script #115

Merged
Show file tree
Hide file tree
Changes from 12 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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: flake8
working-directory: ./scripts
run: flake8 ./*.py --exclude oligomapOutputToSam_nhfiltered.py
run: flake8 ./*.py
deliaBlue marked this conversation as resolved.
Show resolved Hide resolved

- name: mypy
working-directory: ./scripts
Expand Down
2 changes: 1 addition & 1 deletion pipeline_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ alignments in a genomic region of interest.
[custom-script-mir-ext]: scripts/mirna_extension.py
[custom-script-mir-quant]: scripts/mirna_quantification.py
[custom-script-nh-filter]: scripts/nh_filter.py
[custom-script-oligo-sam]: scripts/oligomapOutputToSam_nhfiltered.py
[custom-script-oligo-sam]: scripts/oligomap_output_to_sam_nh_filtered.py
[custom-script-pri-quant]: scripts/primir_quantification.py
[custom-script-remove-dup]: scripts/sam_remove_duplicates_inferior_alignments_multimappers.pl
[custom-script-sam-trx]: scripts/sam_trx_to_sam_gen.pl
Expand Down
238 changes: 0 additions & 238 deletions scripts/oligomapOutputToSam_nhfiltered.py

This file was deleted.

Loading