-
Notifications
You must be signed in to change notification settings - Fork 922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add variables for usegalaxy.star servers #4606
Merged
Merged
Conversation
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
hexylena
requested review from
a team,
bebatut and
shiltemann
as code owners
December 20, 2023 11:41
hexylena
force-pushed
the
hale-mercat
branch
from
December 20, 2023 11:53
c20f870
to
51e254a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [rdjsonl] <GTN:028> reported by reviewdog 🐶
You have skipped a heading level, please correct this.
Listing of Heading Levels
# Introduction to sequencing data
## FASTQ manipulation and quality control
## Paired end data
#### Two single files
#### Interleaved file
## What are base qualities?
## Assessing data quality
## Mapping your data
### Mapping against a pre-computed genome index
### What if pre-computed index does not exist?
## SAM/BAM datasets
### SAM Header
### SAM alignment section
### `FLAG` field
### `CIGAR` string
### Optional fields
### Read Groups
### Manipulating SAM/BAM datasets
## The challenge of read duplicates
### PCR duplicates
### Sampling coincidence duplicates
# Getting NGS data to Galaxy
## From your computer
## Using FTP
## From NCBI short read archive
# Let's do it: From reads to variants
## Find necessary data in SRA
## Process and filter `SraRunInfo.csv` file in Galaxy
## Download sequencing data
## Now what?
## Get the reference genome data
## Adapter trimming with **fastp**
## Alignment with **Map with BWA-MEM**
## Remove duplicates with **MarkDuplicates**
## Generate alignment statistics with **Samtools stats**
## **Realign reads** with lofreq viterbi
## Add indel qualities with lofreq **Insert indel qualities**
## Call Variants using lofreq **Call variants**
## Annotate variant effects with **SnpEff eff: annotate variants for SARS-CoV-2**
## Create table of variants using **SnpSift Extract Fields**
## Summarize data with **MultiQC**
## Collapse data into a single dataset
## Anything interesting?
# Let's do it: A peek at secondary analysis in Galaxy
# Let's do it: A peek at secondary analysis in Google Colab
# Conclusion
reviewdog suggestion error
source lines are not available
mtekman
approved these changes
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.