Closed roisiegelman closed 6 months ago
You've added lot of files in the Project and temp folders. Was that your intention? There are also a couple of files in the root folder. Is that intentional? If not maybe you'd want to remove them.
There are still __pycache__
folders in Day3 and Day5, Please remove them.
There is still no .gitignore
file.
Please put the explanation about Day6 in a README.md file in the day6 folder.
Running pytest
it now shows an image and I need to click on it in order to continue. The test should not require any user interaction.
Hi Gabor, I've deleted some of the files and addressed all the points you raised
nice.
The top_genes_barplot.png file should also be listed in the .gitignore file or in a temporary folder. We'll discuss this during the lecture today.
Hi Gabor: The script that I have written takes an excel file that contains results from RNA sequencing (MARS seq) that compares two groups:
I wanted to create a barplot that shows the top 10 genes with the highest fold-change for each group. the genes were first filtered for significance (P value <0.05)
https://github.com/roisiegelman/assignmets/tree/main/Day6: $ python generate_barplot.py Roi_MARSseq.xlsx