Team Curie is a group of people working together to achieve a common aim

Overview

HackBio internship helps life scientists to harness their postentials effectively in this genomic revolution using bioinformatics and computational biology. The HackBio Internship-2021 is a rigorous five weeks of science, research, coding, networking and social activities.

About The Team

👨‍🔬 💻 TEAM CURIE 💻 👩‍🔬

🤓 The Curious Curies! 🤓

Our team is a diverse community of students, researchers and professionals from all over the globe working together to hone our skills in bioinformatics and computational biology.

The Task

The Spreadsheet project

  1. Each team should create a GitHub repo.
  2. Add a comprehensive readme.md with essential information about the internship, the team, the contributors, pictures if possible using markdown.
  3. Each team will work on a minimum of 7 different programming languages
  4. 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 .
  5. Push the script to your team's git repo
  6. 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
  7. Submit your team's GitHub link to only the bash script
  8. Only the emails and slack handles that are on the CSV sheet generated by your script will be promoted to stage 1

Dependencies

  1. node: v14.8.0
  2. python3
  3. gcc 5.4.0
  4. g++ 5.4.0
  5. perl v5.22.1 / v5.32.1
  6. Rscript 4.1.0
  7. javac 15.0.1 / javac 9-ea
#Download R
sudo apt-get -y install r-base
#Download node
sudo apt-get install nodejs
#Download python
sudo apt-get install python3.6
#Download perl
sudo apt-get install perl
#Download c++
sudo apt-get install g++
#Download c
sudo apt-get install gcc
#Download java
sudo apt-get install openjdk-8-jre

How to run the code

  1. Open a GNU text editor by typing the command "nano filename.sh" in terminal
  2. Copy and paste the code on TeamCurieCSV.sh in the GNU text editor.
  3. Go back to terminal (Ctrl+X -> Y -> Press Enter)
  4. Type "bash filename.sh" in the terminal.
  5. Find a folder named "Team-Curie" in the present working directory.
  6. Enter the folder to find the CSV file named "Team-Curie.csv" !

Contributors

Names Amandeep (Team Lead), Bhuvan, Peter, Matthew, Sooraj, Sophie, Tasneem, Tosin, Umasri, Maansi, Darshana, Ayush, Neha, Ananya, Karteek, Qamar, Rana

Names Programming Language Picture
Amandeep Kaur Python
Bhuvan Uthaiah Muruvanda R
Fassan Peter Kolawole Python
Matthew Efoli R
Sooraj S Java
Sophie Fang JavaScript
Tasneem Juzer Python
Tosin Akinola Python
Umasri Sankarlal Python
Maansi Srivastava Python
Darshana Joshi C++
Ayush Panda C
Neha Rose Pious Perl
Ananya Saji Perl
Karteek Akshinthala Python
Qamar Raza Qadri R
Rana Salah Khalel Python
【教程】莉沫酱教你学继承!?

【教程】莉沫酱教你学继承! 众所周知,类的继承就是说当一个类死亡的时候,它的子类会获得它拥有的资源。 根据类的继承法不同,各个子类能获得的资源也不同。 继承法的类型 在解释继承法之前,我们先定义三个类,一个父类A,和它的子类B、C。 它们都拥有x、y、z三个属性。

黄巍 17 Dec 05, 2022
Automated Content Feed Curator

Gathers posts from content feeds, filters, formats, delivers to you.

Alper S. Soylu 2 Jan 22, 2022
An account generator for guilded.gg that I made a while back and decided to bring back up

An account generator for guilded.gg that I made a while back and decided to bring back up

8 Nov 17, 2022
Awesome Cheatsheet

Awesome Cheatsheet List of useful cheatsheets Inspired by @sindresorhus awesome and improved by these amazing contributors. If you see a link here is

detailyang 6.5k Jan 07, 2023
A general-purpose wallet generator, for supported coins only

2gen A general-purpose generator for keys. Designed for all cryptocurrencies supporting the Bitcoin format of keys and addresses. Functions To enable

Vlad Usatii 1 Jan 12, 2022
Repo contains Python Code Reference to learn Python in a week, It also contains Machine Learning Algorithms and some examples for Practice, Also contains MySql, Tableau etc

DataScience_ML_and_Python Repo contains Python Code Reference to learn Python in a week, It also contains Machine Learning Algorithms and some example

Meerabo D Shah 1 Jan 17, 2022
Integration between the awesome window manager and the firefox web browser.

Integration between the awesome window manager and the firefox web browser.

contribuewwt 3 Feb 02, 2022
Advent of Code 2021 challenges

Data analysis Document here the project: AoC21 Description: Project Description Data Source: Type of analysis: Please document the project the better

Daniel Wendel 1 Jan 07, 2022
Automatic certificate unpinning for Android apps

What is this? Script used to perform automatic certificate unpinning of an APK by adding a custom network security configuration that permits user-add

Antoine Neuenschwander 5 Jul 28, 2021
It is convenient to quickly import Python packages from the network.

It is convenient to quickly import Python packages from the network.

zmaplex 1 Jan 18, 2022
Vector tile server for the Wildfire Predictive Services Unit

wps-tileserver Vector tile server for the Wildfire Predictive Services Unit Overview The intention of this project is to: provide tools to easily spin

Province of British Columbia 6 Dec 20, 2022
Transpiles some Python into human-readable Golang.

pytago Transpiles some Python into human-readable Golang. Try out the web demo Installation and usage There are two "officially" supported ways to use

Michael Phelps 318 Jan 03, 2023
A python tool for synchronizing the messages from different threads, processes, or hosts.

Sync-stream This project is designed for providing the synchoronization of the stdout / stderr among different threads, processes, devices or hosts.

Yuchen Jin 0 Aug 11, 2021
propuestas electorales de los candidatos a constituyentes, Chile 2021

textos-constituyentes propuestas electorales de los candidatos a constituyentes, Chile 2021 Programas descargados desde https://elecciones2021.servel.

Sergio Lucero 6 Nov 19, 2021
A collection of convenient parsers for Advent of Code problems.

Advent of Code Parsers A collection of convenient Python parsers for Advent of Code problems. Installation pip install aocp Quickstart You can import

Miguel Blanco Marcos 3 Dec 13, 2021
qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.

qecsim qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.

44 Dec 20, 2022
Fastest Semantle solver this side of the Mississippi

semantle Fastest Semantle solver this side of the Mississippi. Roughly 3 average turns to win Measured against (part of) the word2vec-google-news-300

Frank Odom 8 Dec 26, 2022
A tool for generating skill map/tree like diagram

skillmap A tool for generating skill map/tree like diagram. What is a skill map/tree? Skill tree is a term used in video games, and it can be used for

Yue 98 Jan 07, 2023
Logging-monitoring-instrumentation - A brief repository on logging monitoring and instrumentation in Python

logging-monitoring-instrumentation A brief repository on logging monitoring and

Noah Gift 6 Feb 17, 2022
An example of Connecting a MySQL Database with Python Code

An example of Connecting And Query Data a MySQL Database with Python Code And How to install Table of contents General info Technologies Setup General

Mohammad Hosseinzadeh 1 Nov 23, 2021