Skip to content
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 new tutorial named "From reads to (pseudo) counts : guided step by step exploration" #4747

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

agathebq
Copy link

The adaptation of this tutorial on RNA-seq data analysis is already well advanced:

  • The Tutorial.md file is divided into sections with titled parts, questions, and solutions.
  • Training data is available on Zenodo.

To-do-list:

  1. Verification of solutions provided for each question associated with the different tools used.
  2. Detailed description of each tool, including their principles, advantages, and disadvantages, to enhance understanding of the context and analysis approach.
  3. Addition of links to the Git repositories of each tool for easy access to their documentation.
  4. Improvement of the header of the tutorial overview by refining the questions and associated objectives, and completion of the "Supporting Materials" section with links to the theoretical course slideshow and the workflow graph.
  5. Creation of a "Requirements" section in the tutorial overview to specify essential knowledge to master before performing the proposed exercises.
  6. Integration of IGV interface images with the output data from HISAT2 and StringTie to facilitate analysis of the results without requiring complex manipulations.
  7. Fix error in StringTie count file output to extend

Comment on lines 18 to 21
available_on_these_galaxies:
known_working:
- UseGalaxy.fr
- UseGalaxy.fr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a known metadata value, it will be flagged by our linter once I hit approve. Supported servers is calculated automatically by the GTN, no action needed on your part. :)

Copy link
Member

@hexylena hexylena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting to see another tutorial added!

Comment on lines +52 to +60
> ● Run accession id
>
> ● Sequencing technology
>
> ● Library preparation
>
> ● Single / Paired-end ?
>
> ● Number of reads
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> ● Run accession id
>
> ● Sequencing technology
>
> ● Library preparation
>
> ● Single / Paired-end ?
>
> ● Number of reads
> - Run accession id
> - Sequencing technology
> - Library preparation
> - Single / Paired-end ?
> - Number of reads

please use - for semantic lists, these will be read better by screenreaders

Comment on lines +102 to +108
> <question-title>Question</question-title>
> 1. How many reads are in this dataset?
> 2. What sequencing length was used?
> 3. How would you qualify the sequencing quality of this run?
> 4. Are there any quality problems we should deal with?
>
> > <solution-title>Solution</solution-title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> <question-title>Question</question-title>
> 1. How many reads are in this dataset?
> 2. What sequencing length was used?
> 3. How would you qualify the sequencing quality of this run?
> 4. Are there any quality problems we should deal with?
>
> > <solution-title>Solution</solution-title>
> <question-title></question-title>
> 1. How many reads are in this dataset?
> 2. What sequencing length was used?
> 3. How would you qualify the sequencing quality of this run?
> 4. Are there any quality problems we should deal with?
>
> > <solution-title></solution-title>

the words 'question' and 'solution' inside aren't necessary, they will be included automatically by the template already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants