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
Strong Typing in Python with Decorators

typy Strong Typing in Python with Decorators Description This light-weight library provides decorators that can be used to implement strongly-typed be

Ekin 0 Feb 06, 2022
Frappe app for authentication, can be used with FrappeVue-AdminLTE

Frappeauth App Frappe app for authentication, can be used with FrappeVue-AdminLTE

Anthony C. Emmanuel 9 Apr 13, 2022
an elegant datasets factory

rawbuilder an elegant datasets factory Free software: MIT license Documentation: https://rawbuilder.readthedocs.io. Features Schema oriented datasets

Mina Farag 7 Nov 12, 2022
🤖🧭Creates google-like navigation menu using python-telegram-bot wrapper

python telegram bot menu pagination Makes a google style pagination line for a list of items. In other words it builds a menu for navigation if you ha

Sergey Smirnov 9 Nov 27, 2022
Pymon is like nodemon but it is for python,

Pymon is like nodemon but it is for python,

Swaraj Puppalwar 2 Jun 11, 2022
Repositório de código de curso de Djavue ministrado na Python Brasil 2021

djavue-python-brasil Repositório de código de curso de Djavue ministrado na Python Brasil 2021 Completamente baseado no curso Djavue. A diferença está

Buser 15 Dec 26, 2022
SimplePyBLE - Python bindings for SimpleBLE

The ultimate fully-fledged cross-platform Python BLE library, designed for simplicity and ease of use.

Open Bluetooth Toolbox 27 Aug 28, 2022
Python Osmium Examples

Python Osmium Examples This is a set (currently of size 1) of examples showing practical usage of PyOsmium, a thin wrapper around the osmium library.

Martijn van Exel 1 Jan 26, 2022
A python API act as Control Center to control your Clevo Laptop via wmi on windows.

ClevoPyControlCenter A python API act as Control Center to control your Clevo Laptop via wmi on windows. Usage # pip3 install pymi from clevo_wmi impo

3 Sep 19, 2022
Script to quickly get the metrics from Github repos to analyze.

commit-prefix-analysis Script to quickly get the metrics from Github repos to analyze. Setup Install the Github CLI. You'll know its working when runn

David Carpenter 1 Dec 17, 2022
This is a library to do functional programming in Python.

Fpylib This is a library to do functional programming in Python. Index Fpylib Index Features Intelligents Ranges with irange Lazyness to functions Com

Fabián Vega Alcota 4 Jul 17, 2022
MIT version of the PyMca XRF Toolkit

PyMca This is the MIT version of the PyMca XRF Toolkit. Please read the LICENSE file for details. Installation Ready-to-use packages are available for

V. Armando Solé 43 Nov 23, 2022
🌌 Economics Observatory Visualisation Repository

Economics Observatory Visualisation Repository Website | Visualisations | Data | Here you will find all the data visualisations and infographics attac

Economics Observatory 3 Dec 14, 2022
An easy FASTA object handler, reader, writer and translator for small to medium size projects without dependencies.

miniFASTA An easy FASTA object handler, reader, writer and translator for small to medium size projects without dependencies. Installation Using pip /

Jules Kreuer 3 Jun 30, 2022
My attempt at this years Advent of Code!

Advent-of-code-2021 My attempt at this years Advent of Code! day 1: ** day 2: ** day 3: ** day 4: ** day 5: ** day 6: ** day 7: ** day 8: * day 9: day

1 Jul 06, 2022
IPython: Productive Interactive Computing

IPython: Productive Interactive Computing Overview Welcome to IPython. Our full documentation is available on ipython.readthedocs.io and contains info

IPython 15.6k Dec 31, 2022
objectfactory is a python package to easily implement the factory design pattern for object creation, serialization, and polymorphism

py-object-factory objectfactory is a python package to easily implement the factory design pattern for object creation, serialization, and polymorphis

Devin A. Conley 6 Dec 14, 2022
oracle arm registration script.

oracle_arm oracle arm registration script. 乌龟壳刷ARM脚本 本脚本优点 简单,主机配置好oci,然后下载main.tf即可,不用自己获取各种参数。 运行环境配置 本简单脚本使用python3编写,请自行配置好python3环境和requests库。(高版

test1234455 419 Jan 01, 2023
Plugins for Agisoft Metashape

Данные плагины предназначены для расширения функциональных возможностей Agisoft Metashape. Плагины представляют собой отдельные программы с собственным интерфейсом, которые запускаются внутри Agisoft

GeoScan 17 Dec 10, 2022
Painel de consulta

⚙ FullP 1.1 Instalação 💻 git clone https://github.com/gav1x/FullP.git cd FullP pip3 install -r requirements.txt python3 main.py Um pequeno

gav1x 26 Oct 11, 2022