Closed sr320 closed 8 years ago
Note if you would rather use the git command line- there is no reason you also have to use the Desktop app (I just assumed that would be easier for some) ~@sr320
1) At the beginning of the week, I had my data and was still unsure what I should be doing with it. I figured out how to do a Blastp (and that it was even appropriate for my dataset) and became more comfortable with using relative paths. I started thinking about how to write the commands in my Jupyter notebook to work on another computer by using relative paths.
2) My biggest accomplishment this week was getting organized. I learned how to create folders in my repo and move files around. This will be essential as I progress further with my projects in this class.
3) My biggest challenge is getting my local GitHub and cloud GitHub to communicate properly. Sometimes it works, sometimes it doesn't. I get errors that it failed to sync and I need to open a shell and debug the state of the repo. I have overcome this issue a couple times by deleting the local repo and recloning the cloud repo to my local GitHub desktop but there must be something I'm missing.
curl
, checked it out via head
, and had learned the basics of blast
. As of today I have subsetted the genome file to select scaffolds larger than 70k bp, downloaded the gonad transcriptome file, and blasted it against the 70k genome file. If blasted correctly, there are 3,366 matches.
This week has been dedicated to your projects..