.gitattributes
.gitignore
.readthedocs.yaml
.release-please-manifest.json
CHANGELOG.md
LICENSE.md
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
release-please-config.json
requirements.test.txt
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/linters/.snakefmt.toml
.github/linters/report/.gitkeep
.github/workflows/conventional-prs.yml
.github/workflows/main.yaml
.github/workflows/release-please.yaml
.github/workflows/test-app-token.yaml
.github/workflows/test-build-for-pip.yaml
.github/workflows/test-build-mkdocs.yaml
.github/workflows/testrun-commands.yaml
.tests/integration/HD827sonic_testing1_S1_R1.fastq.gz
.tests/integration/HD827sonic_testing1_S1_R2.fastq.gz
.tests/integration/HD827sonic_testing1_S2_R1.fastq.gz
.tests/integration/HD827sonic_testing1_S2_R2.fastq.gz
.tests/integration/HD827sonic_testing2_R1.fastq.gz
.tests/integration/HD827sonic_testing2_R2.fastq.gz
.tests/integration/HD827sonic_testing3_R1.fastq.gz
.tests/integration/HD827sonic_testing3_R2.fastq.gz
.tests/integration/columns_added_to_tsv_files.json
.tests/integration/samples_and_settings.json
.tests/integration/ont_bams/test_ont_with_alias.bam
.tests/integration/ont_bams/test_ont_without_alias.bam
.tests/integration/pacbio_bams/columns_added_to_tsv_files.json
.tests/integration/pacbio_bams/m84010_220919_232145_s1.hifi_reads.bam
.tests/integration/pacbio_bams/m84010_220919_232145_s1.hifi_reads.bam.bai
.tests/integration/pacbio_bams/m84010_220919_235306_s2.hifi_reads.bam
.tests/integration/pacbio_bams/m84010_220919_235306_s2.hifi_reads.bam.bai
.tests/integration/pacbio_bams/m84011_220902_175841_s1.hifi_reads.bam
.tests/integration/pacbio_bams/m84011_220902_175841_s1.hifi_reads.bam.bai
.tests/integration/pacbio_bams/samples_and_settings.json
docs/extra.css
docs/index.md
docs/modules.md
docs/requirements.txt
docs/development/help_code.md
docs/development/input_functions.md
docs/development/rules.md
docs/development/standards.md
docs/development/testing.md
docs/make_pipeline/config.md
docs/make_pipeline/create.md
docs/make_pipeline/import.md
docs/make_pipeline/results.md
docs/packaging_pipeline/package_pipeline.md
docs/packaging_pipeline/prepare_pipeline.md
docs/packaging_pipeline/unpack_pipeline.md
docs/run_pipeline/create_sample_files.md
docs/run_pipeline/environment.md
docs/run_pipeline/profile.md
docs/tutorials/simple_pipeline.md
hydra_genetics/__init__.py
hydra_genetics/__main__.py
hydra_genetics/_version.py
hydra_genetics/exceptions.py
hydra_genetics.egg-info/PKG-INFO
hydra_genetics.egg-info/SOURCES.txt
hydra_genetics.egg-info/dependency_links.txt
hydra_genetics.egg-info/entry_points.txt
hydra_genetics.egg-info/requires.txt
hydra_genetics.egg-info/top_level.txt
hydra_genetics/commands/__init__.py
hydra_genetics/commands/create.py
hydra_genetics/commands/prep_pipeline_env.py
hydra_genetics/commands/references.py
hydra_genetics/pipeline-template/.gitignore
hydra_genetics/pipeline-template/.readthedocs.yaml
hydra_genetics/pipeline-template/LICENSE.md
hydra_genetics/pipeline-template/README.md
hydra_genetics/pipeline-template/mkdocs.yaml
hydra_genetics/pipeline-template/requirements.test.txt
hydra_genetics/pipeline-template/requirements.txt
hydra_genetics/pipeline-template/.github/CODEOWNERS
hydra_genetics/pipeline-template/.github/PULL_REQUEST_TEMPLATE.md
hydra_genetics/pipeline-template/.github/ISSUE_TEMPLATE/bug_report.md
hydra_genetics/pipeline-template/.github/ISSUE_TEMPLATE/feature_request.md
hydra_genetics/pipeline-template/.github/linters/.snakefmt.toml
hydra_genetics/pipeline-template/.github/linters/report/.gitkeep
hydra_genetics/pipeline-template/.github/workflows/conventional-prs.yml
hydra_genetics/pipeline-template/.github/workflows/integration.yaml
hydra_genetics/pipeline-template/.github/workflows/lint.yaml
hydra_genetics/pipeline-template/.github/workflows/pycodestyle.yaml
hydra_genetics/pipeline-template/.github/workflows/pytest.yaml
hydra_genetics/pipeline-template/.github/workflows/release-please.yaml
hydra_genetics/pipeline-template/.github/workflows/snakefmt.yaml
hydra_genetics/pipeline-template/.github/workflows/snakemake-dry-run.yaml
hydra_genetics/pipeline-template/.github/workflows/test-build-mkdocs
hydra_genetics/pipeline-template/.tests/integration/samples.tsv
hydra_genetics/pipeline-template/.tests/integration/units.tsv
hydra_genetics/pipeline-template/.tests/integration/config/config.yaml
hydra_genetics/pipeline-template/.tests/integration/config/resources.yaml
hydra_genetics/pipeline-template/config/config.yaml
hydra_genetics/pipeline-template/config/output_files.yaml
hydra_genetics/pipeline-template/config/resources.yaml
hydra_genetics/pipeline-template/config/samples.tsv
hydra_genetics/pipeline-template/config/units.tsv
hydra_genetics/pipeline-template/docs/extra.css
hydra_genetics/pipeline-template/docs/index.md
hydra_genetics/pipeline-template/docs/intro.md
hydra_genetics/pipeline-template/docs/requirements.txt
hydra_genetics/pipeline-template/docs/softwares.md
hydra_genetics/pipeline-template/docs/includes/abbreviations.md
hydra_genetics/pipeline-template/images/hydragenetics.png
hydra_genetics/pipeline-template/workflow/Snakefile
hydra_genetics/pipeline-template/workflow/notebooks/describe_jupyter_notebook.txt
hydra_genetics/pipeline-template/workflow/rules/common.smk
hydra_genetics/pipeline-template/workflow/schemas/config.schema.yaml
hydra_genetics/pipeline-template/workflow/schemas/output_files.schema.yaml
hydra_genetics/pipeline-template/workflow/schemas/resources.schema.yaml
hydra_genetics/pipeline-template/workflow/schemas/rules.schema.yaml
hydra_genetics/pipeline-template/workflow/schemas/samples.schema.yaml
hydra_genetics/pipeline-template/workflow/schemas/units.schema.yaml
hydra_genetics/pipeline-template/workflow/scripts/dummy.py
hydra_genetics/pipeline-template/workflow/scripts/test_dummy.py
hydra_genetics/rule-template/config.schema.yaml
hydra_genetics/rule-template/resources.schema.yaml
hydra_genetics/rule-template/rules.schema.yaml
hydra_genetics/rule-template/skeleton_rule.smk
hydra_genetics/rule-template/softwares.md
hydra_genetics/utils/__init__.py
hydra_genetics/utils/misc.py
hydra_genetics/utils/resources.py
hydra_genetics/utils/samples.py
hydra_genetics/utils/software_versions.py
hydra_genetics/utils/units.py
hydra_genetics/utils/io/__init__.py
hydra_genetics/utils/io/chr.py
hydra_genetics/utils/io/hotspot.py
hydra_genetics/utils/io/hotspot_report.py
hydra_genetics/utils/io/multibp.py
hydra_genetics/utils/io/readers.py
hydra_genetics/utils/io/reference.py
hydra_genetics/utils/io/utils.py
hydra_genetics/utils/models/__init__.py
hydra_genetics/utils/models/hotspot.py
images/hydragenetics.png
tests/__init__.py
tests/commands/test_create_long_read.py
tests/utils/__init__.py
tests/utils/test_misc.py
tests/utils/test_pipeline_version.py
tests/utils/test_resources.py
tests/utils/test_samples.py
tests/utils/test_units.py
tests/utils/files/config_variable_replacement.yaml
tests/utils/files/configs.ref.yaml
tests/utils/files/configs.rna.yaml
tests/utils/files/configs.yaml
tests/utils/files/ref.fasta.fai
tests/utils/files/references_config.yaml
tests/utils/files/references_divided_file_config.yaml
tests/utils/files/references_divided_file_fetch.yaml
tests/utils/files/references_fetch.yaml
tests/utils/files/report_columns.yaml
tests/utils/files/report_columns_combine_columns.yaml
tests/utils/files/report_columns_combine_columns_multi_level.yaml
tests/utils/files/report_columns_select_column.yaml
tests/utils/files/report_columns_select_column2.yaml
tests/utils/files/report_columns_vep.yaml
tests/utils/files/report_columns_vep_hide_column.yaml
tests/utils/files/report_columns_vep_order_output.yaml
tests/utils/files/report_columns_vep_regex_extract.yaml
tests/utils/files/resources.yaml
tests/utils/files/samples.tsv
tests/utils/files/units.tsv
tests/utils/files/units_2.tsv
tests/utils/files/validation.json
tests/utils/files/validation.yaml
tests/utils/files/data/DNA_DATA/artifact_panel.tsv
tests/utils/files/data/DNA_DATA/background_panel.tsv
tests/utils/files/data/DNA_DATA/design.bed
tests/utils/files/data/DNA_DATA/extra/extra.tsv
tests/utils/files/data/RNA_DATA/design.interval_list
tests/utils/files/data/RNA_DATA/design.interval_listv2
tests/utils/files/data/ref_data/blacklist_hg19_hs37d5_GRCh37_v2.3.0.tsv.gz
tests/utils/files/data/ref_genomes/hg19.refGene.gtf
tests/utils/files/data/ref_genomes/hg19.with.mt.fasta
tests/utils/files/data/ref_genomes/hg38.refGene.gtf
tests/utils/io/__init__.py
tests/utils/io/test_hotspot.py
tests/utils/io/test_mutations_report.py
tests/utils/io/test_reference.py
tests/utils/models/__init__.py
tests/utils/models/test_hotspot.py