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

src/find_interaction_cluster/clip_figures/config.py: add parameter test_clip_file

parent 02f9d6b8
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,5 @@ class ConfigClip:
bed_gene = Config.bed_gene
bed_exon = Config.bed_exon
test_gene_bed = Config.tests_files / "genes.bed"
test_clip_bed = Config.tests_files / "clip.bed"
\ No newline at end of file
test_clip_bed = Config.tests_files / "clip.bed"
test_clip_file = Config.tests_files / "SF_test_bar.txt"
\ No newline at end of file
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