Skip to content
Snippets Groups Projects
Commit c5f95e9e authored by nfontrod's avatar nfontrod
Browse files

src/bed_handler/config.py: add a test file corresponding to a genome

parent 52a5208a
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,5 @@ class TestConfig:
gene_bed = base / "genes.bed"
exon_bed = base / "exons.bed"
small_bw = base / "small.bw"
sipp_vs_ctcf = base / 'Sipp_exon_vs_CTCF.csv'
\ No newline at end of file
sipp_vs_ctcf = base / 'Sipp_exon_vs_CTCF.csv'
test_fasta = base / "test_genome.fa"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment