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

src/download_encode_eclip/config.py: add variable output_exon

parent 81295aaf
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class ConfigEncodeClip:
eclip_file = data / "CLIP_bed" / "experiment_report_2021_1_22_16h_39m.tsv"
output = Config.results / "Encode_clips"
output_gene = output / "gene_without_first_last_exons.bed"
output_exon = output / "exon_without_first_last_exons.bed"
encode_website = "https://www.encodeproject.org"
merged_output = Config.results / "Encode_clips_merged"
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