Open amritamindbrain opened 3 years ago
@amritamindbrain
Could you please follow .MD format while updating the .md files in experiment directory of the experiments. The title of the experiment is broken in testing links as ## are removed from the md file.
@amritamindbrain @joshy-alphonse Could please use semantic versioning for tagging? can you please create tag v1.0.0 for requested experiments,
@amritamindbrain
- Considering this is an R based lab, could you please share your hardware requirements for the server? (ie., RAM, no of processors, etc..,)
- We are hosting all the other labs with an apache server, are these R based applications complaint with apache, or need any other specific web server?
@pavanchow The DockerFile for the R based labs.
one more thing i would like to know is there some kind of load balancer in your end or we need to provide our own in the container itself?
@joshy-alphonse With the setup that we discussed, I am not sure what you can achieve with an in the container load balancer. Since the container runs as a single process, there is no point in doing any load balancing inside it. If you want load balancing to be done, it has to be done outside of the container. In my view, you do not need load balancing at the moment. The traffic on the lab will slowly increase with time. At that point we may need to either commission a more powerful machine or multiple machines with a load balancer. In the latter case, you have to ensure that the user gets a consistent experience even when one of the machines go down. In short, I think the application does not need a load balancer right now and some work will be required if we want to make it load balanced. Please correct me if I didn't understand something correctly.
@raj-vlabs yes a load balancer within the container wont make sense in that scenario...
Lab Name: Bioinformatics and Data Science in Biotechnology Lab Department: Biotechnology and Biomedical Engineering
List of Experiments and Repositories:
1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0.0
2: Guanine-Cytosine content analysis and basics of DNA sequence statistics - https://github.com/virtual-labs/exp-dna-sequence-statistics-au, Master Branch, v1.0.0
3: Pairwise sequence alignment of Protein or DNA sequences - https://github.com/virtual-labs/exp-pairwise-sequence-alignment-au, Master Branch, v1.0.0
4: DNA sequence analysis and determining DNA open reading frames - https://github.com/virtual-labs/exp-open-reading-frames-au, Master Branch, v1.0.0
5: Reading Fasta using SequinR - https://github.com/virtual-labs/exp-sequinr-au, Master Branch, v1.0.0
6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au, Master Branch, v1.0.0
7: UniProt Protein Sequence Retrieval in R - https://github.com/virtual-labs/exp-sequence-retrieval-au, Master Branch, v1.0.0
8: Gene finding: Finding Start and Stop codons using R - https://github.com/virtual-labs/exp-gene-finding-au, Master Branch, v1.0.0
List of proposed experiments to be updated under Bioinformatics and Data Science in Biotechnology: (require server support) 1: Retrieving a list of sequences from UniProt - https://github.com/virtual-labs/exp-uniprot-au 2: Computing scoring matrices for amino acids and long pairwise alignment in R - https://github.com/virtual-labs/exp-long-pairwise-alignment-au 3: Calculating genetic distances between protein sequences - https://github.com/virtual-labs/exp-protein-sequences-au 4: Differential expression analyses of RNA-seq - https://github.com/virtual-labs/exp-rna-seq-au
Introduction: In this lab, students will be able to learn and practice basics of R programming. Students can expand their skillset in R programming by reading and writing biological sequence data in R platform. Educating this will allow users to learn how to use R as an open source language for learning bioinformatics data processing. Specifically, this lab will help analyse biological sequence data using simple R code snippets. With the features such as flexibility, data handling and modelling capabilitie R programming has been a widely accepted software tools for bioinformatics. It also supports the creation and use of self-describing data structures. With the trends in data science, the lab focuses on FOSS implementations which can be further utilized as laboratory manual or reference material for life science students.
Objectives Introduction to the basics of R programming techniques in bioinformatics and bioscience data processing. Retrieving public sequence databases Use of computational tools to find sequences, analysis of protein and amino acid sequences without the need of many other software packages. To retrieve biological sequence of different organisms and to identify regions for similarity for phylogenic analysis. To study sequence alignment methods using R code snippets even for students without biology background.
Course Alignment: UG in Biotechnology/Microbiology/Bioinformatics PG in Biotechnology/Microbiology/Bioinformatics B.Tech./ B.E in Biotechnology
Universities Mapped : Anna University, Tamil Nadu Visvesvaraya Technological University, Karnataka Bharathiyar University, Tamil Nadu Bharathidasan University, Tamil Nadu Madurai Kamaraj University, Tamil Nadu Savitribai Phule Pune University, Maharashtra
Target Audience:
(1) UG (2) PG (3) B.Tech./ B.E (4) PhD/Research Scholars
@amritamindbrain
Hosted Bioinformatics and Data Science in Biotechnology Lab with JavaScript experiments URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check and approve
Lab Name: Bioinformatics and Data Science in Biotechnology Lab Department: Biotechnology and Biomedical Engineering
List of Experiments and Repositories:
1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0.1
2: Guanine-Cytosine content analysis and basics of DNA sequence statistics - https://github.com/virtual-labs/exp-dna-sequence-statistics-au, Master Branch, v1.0.0
3: Pairwise sequence alignment of Protein or DNA sequences - https://github.com/virtual-labs/exp-pairwise-sequence-alignment-au, Master Branch, v1.0.0
4: DNA sequence analysis and determining DNA open reading frames - https://github.com/virtual-labs/exp-open-reading-frames-au, Master Branch, v1.0.0
5: Reading Fasta using SequinR - https://github.com/virtual-labs/exp-sequinr-au, Master Branch, v1.0.0
6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au, Master Branch, v1.0.0
7: UniProt Protein Sequence Retrieval in R - https://github.com/virtual-labs/exp-sequence-retrieval-au, Master Branch, v1.0.0
8: Gene finding: Finding Start and Stop codons using R - https://github.com/virtual-labs/exp-gene-finding-au, Master Branch, v1.0.0
List of proposed experiments to be updated under Bioinformatics and Data Science in Biotechnology: (require server support) 1: Retrieving a list of sequences from UniProt - https://github.com/virtual-labs/exp-uniprot-au 2: Computing scoring matrices for amino acids and long pairwise alignment in R - https://github.com/virtual-labs/exp-long-pairwise-alignment-au 3: Calculating genetic distances between protein sequences - https://github.com/virtual-labs/exp-protein-sequences-au 4: Differential expression analyses of RNA-seq - https://github.com/virtual-labs/exp-rna-seq-au
Introduction: In this lab, students will be able to learn and practice basics of R programming. Students can expand their skillset in R programming by reading and writing biological sequence data in R platform. Educating this will allow users to learn how to use R as an open source language for learning bioinformatics data processing. Specifically, this lab will help analyse biological sequence data using simple R code snippets. With the features such as flexibility, data handling and modelling capabilitie R programming has been a widely accepted software tools for bioinformatics. It also supports the creation and use of self-describing data structures. With the trends in data science, the lab focuses on FOSS implementations which can be further utilized as laboratory manual or reference material for life science students.
Objectives
Course Alignment:
Universities Mapped :
Target Audience:
(1) UG (2) PG (3) B.Tech./ B.E (4) PhD/Research Scholars
Some correction have been done and are now ready to be hosted
@amritamindbrain You don't need to mention Introduction, Objectives, Course Alignment, Universities, and Target Audience on every rehosting request.
@amritamindbrain You don't need to mention Introduction, Objectives, Course Alignment, Universities, and Target Audience on every rehosting request.
Some changes (added bullets) have been made in Objectives, Course Alignment, Universities, and Target Audience
@amritamindbrain
Hosted Bioinformatics and Data Science in Biotechnology Lab with JavaScript experiments URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check and approve
For 2 experiments, some of the corrections are not reflected in the given URL.
1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0.1 6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au, Master Branch, v1.0.0
@amritamindbrain The below experiment has commits on dev and testing branches but not pushed to the main branch 6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au
@amritamindbrain The below experiment has commits on dev and testing branches but not pushed to the main branch 6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au
updated
@amritamindbrain Could you please create a new tag for "6: Querying NCBI database in R" as experiments are deployed only using tags. Thanks.
@amritamindbrain Could you please create a tag for "6: Querying NCBI database in R" as experiments are deployed only using tags. Thanks.
6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au, Master Branch, v1.0.0
@amritamindbrain
Hosted Bioinformatics and Data Science in Biotechnology Lab with above experiments URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check
Everything fine except 1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0.1 The corrections made are not reflected in the given URL.
@amritamindbrain The testing branch is 3 commits ahead of the main branch. Can you please merge testing into the main and create v1.0.2 tag.
@pavanchow the branches have been merged and a new updated release tag with v1.0.2 is published.
@amritamindbrain
Hosted Bioinformatics and Data Science in Biotechnology Lab with 1: Writing and reading sequence data in R URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check and approve
verified. Lets go ahead.
@amritamindbrain
- Considering this is an R based lab, could you please share your hardware requirements for the server? (ie., RAM, no of processors, etc..,)
- We are hosting all the other labs with an apache server, are these R based applications complaint with apache, or need any other specific web server?
@pavanchow The DockerFile for the R based labs.
one more thing i would like to know is there some kind of load balancer in your end or we need to provide our own in the container itself?
@amritamindbrain @joshy-alphonse I read the Dockerfile. I have a couple of questions and suggestions:
best regards raj
Lab Name: Bioinformatics and Data Science in Biotechnology Lab Department: Biotechnology and Biomedical Engineering
This issue also is used to host labs and their experiments that have been migrated to Pretest and Posttest questions ".js" format to ".json" format and updated .yml file.
List of Experiments and Repositories:
1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0.3
2: Guanine-Cytosine content analysis and basics of DNA sequence statistics - https://github.com/virtual-labs/exp-dna-sequence-statistics-au, Master Branch, v1.0.1
3: Pairwise sequence alignment of Protein or DNA sequences - https://github.com/virtual-labs/exp-pairwise-sequence-alignment-au, Master Branch, v1.0.1
4: DNA sequence analysis and determining DNA open reading frames - https://github.com/virtual-labs/exp-open-reading-frames-au, Master Branch, v1.0.1
5: Reading Fasta using SequinR - https://github.com/virtual-labs/exp-sequinr-au, Master Branch, v1.0.1
6: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au, Master Branch, v1.0.2
7: UniProt Protein Sequence Retrieval in R - https://github.com/virtual-labs/exp-sequence-retrieval-au, Master Branch, v1.0.1
8: Gene finding: Finding Start and Stop codons using R - https://github.com/virtual-labs/exp-gene-finding-au, Master Branch, v1.0.1
List of proposed experiments to be updated under Bioinformatics and Data Science in Biotechnology: (require server support) 1: Retrieving a list of sequences from UniProt - https://github.com/virtual-labs/exp-uniprot-au, Main Branch, v1.0.0 2: Computing scoring matrices for amino acids and long pairwise alignment in R - https://github.com/virtual-labs/exp-long-pairwise-alignment-au Main Branch, v1.0.0 3: Calculating genetic distances between protein sequences - https://github.com/virtual-labs/exp-protein-sequences-au, Main Branch, v1.0.0 4: Differential expression analyses of RNA-seq - https://github.com/virtual-labs/exp-rna-seq-au, Main Branch, v1.0.0
@BalammaBoya
Hosted Bioinformatics and Data Science in Biotechnology Lab with above experiments URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check
@BalammaBoya @pavanchow we have updated the remaining experiments. Proceed with onboarding.
@amritamindbrain Could you please comment experiment name, URL, and tag of the experiments that need to be hosted?
1: Retrieving a list of sequences from UniProt - https://github.com/virtual-labs/exp-uniprot-au, Main Branch, v1.0.1
2: Computing scoring matrices for amino acids and long pairwise alignment in R - https://github.com/virtual-labs/exp-long-pairwise-alignment-au Main Branch, v1.0.1
3: Calculating genetic distances between protein sequences - https://github.com/virtual-labs/exp-protein-sequences-au, Main Branch, v1.0.1
4: Differential expression analyses of RNA-seq - https://github.com/virtual-labs/exp-rna-seq-au, Main Branch, v1.0.1
@amritamindbrain
Hosted Bioinformatics and Data Science in Biotechnology Lab with mentioned experiments URL of Lab: https://bds-au.vlabs.ac.in/ Branch: Master
Please check and approve
Checked. Please go ahead
Rehosting the lab with Bug Report and Rating Feature
Re-hosting the lab
Lab Name: Bioinformatics and Data Science in Biotechnology Lab Department: Biotechnology and Biomedical Engineering
List of Experiments and Repositories:
1: Writing and reading sequence data in R - https://github.com/virtual-labs/exp-sequence-data-r-au, Master Branch, v1.0
2: Guanine-Cytosine content analysis and basics of DNA sequence statistics - https://github.com/virtual-labs/exp-dna-sequence-statistics-au, Master Branch, v1.0
3: Pairwise sequence alignment of Protein or DNA sequences - https://github.com/virtual-labs/exp-pairwise-sequence-alignment-au, Master Branch, v1.0
4: DNA sequence analysis and determining DNA open reading frames - https://github.com/virtual-labs/exp-open-reading-frames-au, Master Branch, v1.0
List of proposed experiments to be updated under Bioinformatics and Data Science in Biotechnology: (require server support) 1: Reading Fasta using SequinR - https://github.com/virtual-labs/exp-sequinr-au 2: Querying NCBI database in R - https://github.com/virtual-labs/exp-querying-ncbi-au 3: UniProt Protein Sequence Retrieval in R - https://github.com/virtual-labs/exp-sequence-retrieval-au 4: Retrieving a list of sequences from UniProt - https://github.com/virtual-labs/exp-uniprot-au 5: Computing scoring matrices for amino acids and long pairwise alignment in R - https://github.com/virtual-labs/exp-long-pairwise-alignment-au 6: Calculating genetic distances between protein sequences - https://github.com/virtual-labs/exp-protein-sequences-au 7: Gene finding: Finding Start and Stop codons using R - https://github.com/virtual-labs/exp-gene-finding-au 8: Differential expression analyses of RNA-seq - https://github.com/virtual-labs/exp-rna-seq-au
Introduction:
In this lab, students will be able to learn and practice basics of R programming. Students can expand their skillset in R programming by reading and writing biological sequence data in R platform. Educating this will allow users to learn how to use R as an open source language for learning bioinformatics data processing. Specifically, this lab will help analyse biological sequence data using simple R code snippets. With the features such as flexibility, data handling and modelling capabilitie R programming has been a widely accepted software tools for bioinformatics. It also supports the creation and use of self-describing data structures. With the trends in data science, the lab focuses on FOSS implementations which can be further utilized as laboratory manual or reference material for life science students.
Objectives
Course Alignment: UG in Biotechnology/Microbiology/Bioinformatics PG in Biotechnology/Microbiology/Bioinformatics B.Tech./ B.E in Biotechnology
Universities Mapped : Anna University, Tamil Nadu Visvesvaraya Technological University, Karnataka Bharathiyar University, Tamil Nadu Bharathidasan University, Tamil Nadu Madurai Kamaraj University, Tamil Nadu Savitribai Phule Pune University, Maharashtra
Target Audience: (1) UG (2) PG (3) B.Tech./ B.E (4) PhD/Research Scholars