-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,73 @@ | |
<body> | ||
<div class="container"> | ||
<h1 class="mt-5">Core Bioinformatics Induction</h1> | ||
<h3 class="mt-5">Short video tutorials introducing the resources at the QIB</h3> | ||
|
||
<h2 class="mt-5">Video introductions</h2> | ||
<div class="list-group mt-4"> | ||
<a href="https://www.youtube.com/watch?v=TPnv5ikhSmk" class="list-group-item list-group-item-action" target="_blank">IRIDA, the short reads archiving platform</a> | ||
<a href="https://www.youtube.com/watch?v=o0egg4eDH6M" class="list-group-item list-group-item-action" target="_blank">QIB Galaxy, self-service platforms for bioinformatics</a> | ||
<a href="https://www.youtube.com/watch?v=FMjBXtVzbHo" class="list-group-item list-group-item-action" target="_blank">QIB Cloud, how to use a virtual machine</a> | ||
<a href="https://www.youtube.com/watch?v=TPnv5ikhSmk" class="list-group-item list-group-item-action" target="_blank"> | ||
IRIDA, the short reads archiving platform</a> | ||
<a href="https://www.youtube.com/watch?v=o0egg4eDH6M&t=23s" class="list-group-item list-group-item-action" target="_blank"> | ||
QIB Galaxy, self-service platforms for bioinformatics</a> | ||
<a href="https://www.youtube.com/watch?v=FMjBXtVzbHo&t=101s" class="list-group-item list-group-item-action" target="_blank"> | ||
QIB Cloud, how to use a virtual machine</a> | ||
</div> | ||
|
||
|
||
<div> | ||
<h2>General information</h2> | ||
<p>See: <a href="https://quadram-institute.atlassian.net/servicedesk/customer/portal/3/article/4423813">documentation pages (login required)</a></p> | ||
<h3>Who should you contact?</h3> | ||
<p>As you may remember from your Computing Orientation Seminar, there are two teams ("Core Computing" and "Research Computing" [RC]) | ||
responsible for your digital life at the NBI. | ||
We are neither of those: we help with the bioinformatics tasks (software, scientific data) produced and/or analysed at the Quadram. | ||
There are grey areas, like the installation of scientific software in the HPC | ||
(if you ask us, we can install it first and then ask RC to make it "official" later). | ||
But we don't have any control over, for instance, your password, e-mail, or hardware in general. | ||
</p> | ||
<p>You can still, however, ask us about those using the Help Centre interface, and we will find an appropriate person to help you.</p> | ||
<p>There is a dedicated support team for Food Microbiome and Health (FMH), which includes Andrea Telatin and Sumeet Tiwari.</p> | ||
<p>There is documentation regarding the previous ISPs, Gut Microbes and Health and Food Innovation and Health.</p> | ||
<p>You should send help requests to our shared email [email protected]</p> | ||
|
||
<h3>Bioinformatics resources are QIB</h3> | ||
<p>The core bioinformatics team maintains a number of resources to help you get your work done efficiently and effectively.</p> | ||
<ul> | ||
<li>Data storage documentation</li> | ||
<li>Galaxy Documentation</li> | ||
<li>IRIDA Documentation</li> | ||
<li>OMERO Documentation</li> | ||
<li>QIB Cloud Documentation</li> | ||
</ul> | ||
<p>Furthermore, in case you are more involved in computational work, the bioinformatics team is quite active in the Data Science group at the QIB.</p> | ||
|
||
<h3>Data storage facilities</h3> | ||
<p>The core bioinformatics team oversees the setting up and maintaining systems for storing and organizing sequencing and related data in a secure and accessible manner.</p> | ||
|
||
<h3>NBI HPC</h3> | ||
<p>The HPC facilities provide Institutes with the significant ‘compute’ power required for the processing and analysis of genomic/proteomic data (bioinformatics), as well modelling, simulations and other areas of study.</p> | ||
<p>HPC stands for High-Performance Computing. It refers to the use of powerful computing systems, often consisting of multiple interconnected computers or servers, to perform complex and computationally demanding tasks. HPC systems are designed to deliver high computational performance, large storage capacity, and high-speed data transfer capabilities.</p> | ||
<p>The HPC at NBI is managed by Research computing. Core Bioinformatics at QIB are users of the system, just like you, we can provide assistance and liaise with Research computing on any issues.</p> | ||
|
||
<h3>QIB-Cloud</h3> | ||
<p>In the QIB Cloud, OpenStack handles provisioning, and a web interface based on Bryn interface allows users to control their resources. It is modelled after CLIMB-BIG-DATA.</p> | ||
|
||
<h3>OMERO</h3> | ||
<p>OMERO stands for Open Microscopy Environment Remote Objects. It is an open-source software platform designed for managing, sharing, and analyzing biological microscopy data. The primary goal of OMERO is to facilitate the storage, organization, and collaboration of large sets of microscope images and related metadata.</p> | ||
|
||
<h3>IRIDA</h3> | ||
<p>We use IRIDA as the primary storage for sequencing reads. Notice that you must upload your (non-human) data to IRIDA if the Quadram have any involvement in the project.</p> | ||
|
||
<h3>Galaxy</h3> | ||
<p>Galaxy is the front-end from where we submit all our jobs to the cluster. It contains most sequence-based bioinformatics software, and you can create or use existing workflows.</p> | ||
|
||
<h3>To get started</h3> | ||
<p>Right now, you can use your Quadram e-mail+password to automatically create an account on Galaxy. You can also contact us to create an IRIDA account for you.</p> | ||
|
||
<h3>NBI and Quadram credentials</h3> | ||
<p>If you are new to the Quadram, you may have noticed that the Computing Services folks gave you both a short username and a long e-mail. To connect to the HPC or to your local machine, you need to enter the short version, while other services request the e-mail.</p> | ||
</div> | ||
|
||
|
||
</div> | ||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
|