asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

Feature request to add an option to label the output file #24

Closed vschulz closed 4 years ago

vschulz commented 4 years ago

Thanks for creating Intervene, it is very nice. I have a feature request. Would it be possible to add an option to label the output file, rather than only specify the output folder? Something like

--basename -b Base of output file name. Default is Intervene.

./intervene/intervene venn -i intervene/example_data/ENCODE_hESC/*.bed –-basename awesomeExperiment Generates a file named awesomeExperiment_venn.pdf

vschulz commented 4 years ago

The name of the output file is determined by the --project parameter.