wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Flatten `tutorials/` into a single-level directory #204

Closed alexismhill3 closed 2 years ago

alexismhill3 commented 2 years ago

Originally I was keeping the inputs to the tutorial in a nested subdirectory (tutorials/data) but this is unnecessary, especially since there are only 3 data files. I've flattened tutorials/ so that everything (inputs and notebook) is on the same level, which should make running the tutorial a bit more straightforward, especially if the user is moving files around.

I also added a line to the tutorial instructions that reminds the user to copy over all files (not just the python notebook) if running the tutorial from another working directory.

Resolves #203

Thomieh73 commented 2 years ago

I agree with your thinking here. :-)