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

src/download_encode_eclip/config.py: add a new variable 'output_gene'

parent 53af41fc
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ class ConfigEncodeClip:
data = Config.data
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"
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