|
| 1 | +id: data |
| 2 | +title: Getting started |
| 3 | +tabs: |
| 4 | + - id: data-import |
| 5 | + title: Data import |
| 6 | + heading_md: > |
| 7 | + Common tools that allow for data import. |
| 8 | + content: |
| 9 | + - title_md: Import data to Galaxy |
| 10 | + description_md: > |
| 11 | + Standard upload of data to Galaxy, from your computer or from the web. |
| 12 | + button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=upload1" |
| 13 | + button_tip: Upload Data |
| 14 | + - title_md: Download data from NCBI GenBank/RefSeq |
| 15 | + description_md: > |
| 16 | + Download sequences from GenBank/RefSeq by accession through the NCBI ENTREZ API |
| 17 | + button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fncbi_acc_download%2Fncbi_acc_download" |
| 18 | + button_tip: Download Data from NCBI |
| 19 | + - title_md: Download raw reads from NCBI SRA |
| 20 | + description_md: > |
| 21 | + Faster Download and Extract Reads in FASTQ format from NCBI SRA |
| 22 | + button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fiuc%2Fsra_tools%2Ffasterq_dump" |
| 23 | + button_tip: Download raw reads from NCBI SRA |
| 24 | + - title_md: Download run data from EBI SRA |
| 25 | + description_md: > |
| 26 | + ENA data can be searched and retrieved interactively and programmatically and visualized using this ENA Browser tool |
| 27 | + button_link: "https://www.ebi.ac.uk/ena/browser/search" |
| 28 | + button_tip: Download run data from EBI SRA |
| 29 | + - title_md: Download run data from UCSC |
| 30 | + description_md: > |
| 31 | + Use this tool to retrieve and export data from the Genome Browser annotation track database |
| 32 | + button_link: "https://genome.ucsc.edu/cgi-bin/hgTables" |
| 33 | + button_tip: Download run data from UCSC |
| 34 | + |
| 35 | +# - id: highlight-tools |
| 36 | +# title: Highlight tools |
| 37 | +# heading_md: > |
| 38 | +# Flagship tools for <your-community> |
| 39 | +# content: |
| 40 | +# - title_md: <code>Bakta</code> - Rapid and standardized annotation of bacterial genomes, MAGs and plasmids |
| 41 | +# description_md: > |
| 42 | +# A tool for the rapid & standardized annotation of bacterial genomes and plasmids from both isolates and Metagenomic Assembled Genomes (MAGs). |
| 43 | +# inputs: |
| 44 | +# - datatypes: |
| 45 | +# - fasta |
| 46 | +# button_link: "{{ galaxy_base_url }}/root?tool_id=toolshed.g2.bx.psu.edu/repos/iuc/bakta/bakta" |
| 47 | + |
| 48 | +# - id: interactive-tools |
| 49 | +# title: Interactive tools |
| 50 | +# heading_md: > |
| 51 | +# Interactive tools for <your-community> |
| 52 | +# content: |
| 53 | +# - title_md: <code>Pavian</code> - Interactive analysis of metagenomics data |
| 54 | +# description_md: > |
| 55 | +# An interactive browser application for analyzing and visualization metagenomics classification results from classifiers such as Kraken, KrakenUniq, Kraken 2, Centrifuge and MetaPhlAn. Pavian also provides an alignment viewer for validation of matches to a particular genome. |
| 56 | +# inputs: |
| 57 | +# - datatypes: |
| 58 | +# - Kraken report |
| 59 | +# - MetaPhlAn report |
| 60 | +# button_link: "{{ galaxy_base_url }}/root?tool_id=interactive_tool_pavian" |
| 61 | + |
| 62 | +# - id: learning-pathways |
| 63 | +# title: Learning pathways |
| 64 | +# heading_md: > |
| 65 | +# Connected tutorials to train you to perform microbial data analysis. |
| 66 | +# content: |
| 67 | +# - title_md: Introduction to Galaxy and Sequence analysis |
| 68 | +# description_md: > |
| 69 | +# New to Galaxy and/or the field of genomics? In this learning pathway, you will learn how to use Galaxy for analysis, and will be guided through the most common first steps of any genome analysis; quality control and a mapping or assembly of your genomic sequences. |
| 70 | +# button_link: https://training.galaxyproject.org/training-material/learning-pathways/intro-to-galaxy-and-genomics.html |
| 71 | +# button_icon: tutorial |
| 72 | +# button_tip: Open Learning Pathway |
| 73 | +# heading_md: > |
| 74 | +# Connected tutorials to train you to perform microbial data analysis. |
0 commit comments