The github repository of Team Lander in the 2021 HackBio Internship Program.
- 🧬 HackBio 2021
- 🎮 The Stage 0 Task
- 🛡 Dependencies
- 💡 Installation
- 📙 Information Template
- 🚀 Get Started
- ✅ Code Submitted
- 💻 Programming Languages
- 🔥 Contributors
HackBio is a 5-weeks virtual research internship that is practice oriented and focused on equipping scientists globally with advanced bioinformatics and computational biology skills. Detail: https://thehackbio.com/internship
- Each team should create a GitHub repo.
- Add a comprehensive readme.md with essential information about the internship, the team, the contributors, pictures if possible using markdown.
- Each team will work on a minimum of 7 different programming languages
- For each person in a team, pick one of the 7 programming languages. Write a script that prints your name, your email, your slack username (with @) , your biostack, your twitter handle and hamming distance in that order. The output for every team member should now be name, email, slack_username (with @) your biostack , twitter_handle and hamming_distance .
- Push the script to your team's git repo
- Collaboratively as a team, develop a bash script that clones the git repo, and generates a CSV file from all the outputs of your team's scripts
- Submit your team's GitHub link to only the bash script
- Only the emails and slack handles that are on the CSV sheet generated by your script will be promoted to stage 1
sudo apt-get -y install parallel r-base python3.6 g++ gcc perl ruby openjdk-8-jre openjdk-8-jdk-headless
curl https://raw.githubusercontent.com/nahid18/lander/main/TeamLanderCSV.sh > TeamLanderCSV.sh && bash TeamLanderCSV.sh
Name: <your-name-here>
Email: <your-email-here>
Slack Username: <slack-username>
Biostack: <your-hackbio-biostack>
Twitter Handle: <your-twitter-handle>
Hamming Distance: <hamming-distance>
Example:
Name: Abdullah Al Nahid
Email: nahidpatwary1@gmail.com
Slack Username: @abdnahid_
Biostack: Genomics
Twitter Handle: @abdnahid_
Hamming Distance: 0
- Open a github account: https://github.com
- Go to the team github repo (https://github.com/nahid18/lander) and fork it to your account (There's a fork button in top right corner)
- Create an account at https://replit.com for online code practice
- Create a project in replit.com with your choice of programming language i.e., python/R/C/C++/Go/Ruby
- Once you create a project with a programming language, go to google and search how to print text in your selected programming language
- Then practice it in https://replit.com and check if it prints out the desired information about you
- Once the final code is ready, download the file, then rename it like this: stage_0_<your_short_name>.
- Then go to your forked repository that you have done in step 2
- Upload your just downloaded and renamed file in your github repository
- Make a pull request to the team repository (https://github.com/nahid18/lander)
Name | Biostack | Programming Language |
---|---|---|
Abdullah Al Nahid | Genomics | C++ |
Fasogbon Ilemobayo Victor | Genomics | R |
Akaniro Ifunanya | Genomics and Data analysis | Ruby |
Md. Mahfuzur Rahman Bhuyan | Genomics | Perl |
Modinat Abayomi | Drug Discovery | R |
Sakshi Rawat | Genomics | C |
Kazeem Oluwatobiloba Simeon | Genomics | Python |
Lawal Vincent Ayobami | Genomics | Java |
Giwa Abayomi | Data Analysis | Python |
Dina Saber Mohamed | Genomics & Bioinformatics | Python |
- Python
- R
- C
- C++
- Ruby
- Java
- Perl