JohannesWiesner / tcy

A python package for converting tsv files into conda yml files
MIT License
4 stars 1 forks source link

Allow set set --yml_file_name #56

Closed JohannesWiesner closed 1 year ago

JohannesWiesner commented 1 year ago

Currently, we can specify a directory for the exported .yml file but not a file name. But if we want to create explicit & dynamic filenames (for example with GitHub Actions where we run tcy for different OS) we need to be able to do something like:

tcy.py linux --ym_file_name=environment_linux.yml