HollyPaden / Final_Project

0 stars 0 forks source link

To-do list and overview #7

Open HollyPaden opened 3 years ago

HollyPaden commented 3 years ago

Hi @jelmerp The overview and to-do list are in the same markdown file titled OverviewREADME. All of my scripts are in the scripts folder, with the python scripts still in the sandbox folder as I was testing them. Please let me know if there are any other things you think I could improve upon.

jelmerp commented 3 years ago
Aspect Max. points Your points
Scripts 4 3.5 More extensive annotation (commenting) of scripts is needed.
Overview of scripts 3 2 From the overview, it is not really clear how many scripts there will be an what each script's function will be.[1]
To-do list 1.5 1 You didn't mention how you aim to tie things together, e.g. with a bash script or Snakemake.
Git commits 1.5 1.5
TOTAL 10 8

[1] Also, in the scripts dir, you have two pairs of scripts, but I did not see an explanation of how these fit together. Even with some simple script numbering or more consistent naming this could have been made fairly clear at a glance, but now, one has to carefully look at the contents of the scripts to see that fastq_file_list.sh goes with renaming.sh, and that gzip_file_list.sh goes with unzip.sh.

Some other remarks:

jelmerp commented 3 years ago

I forgot to mention that I like your Process_README.md file to keep track of what you've done. Dated entries could make this even more helpful.