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

feat: Adding a new page for STAR alignment #93

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

PeterHHer
Copy link

Created md file

@PeterHHer PeterHHer linked an issue Nov 12, 2024 that may be closed by this pull request
@jjjermiah jjjermiah marked this pull request as draft November 12, 2024 19:06
@PeterHHer PeterHHer marked this pull request as ready for review November 26, 2024 15:28
STAR requires a genome index to efficiently align reads. Submit the following command in your SLURM script to generate it:

```bash
module load STAR/version_number

Choose a reason for hiding this comment

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

Make the use of version_number as a variable more explicit

Suggested change
module load STAR/version_number
module load STAR/<version_number>
# Replace <version_number> with the desired version, e.g., module load STAR/2.7.9a

### Single-End Reads Example:

```bash
module load STAR/version_number

Choose a reason for hiding this comment

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

Make the use of version_number as a variable more explicit

Suggested change
module load STAR/version_number
module load STAR/<version_number>
# Replace <version_number> with the desired version, e.g., module load STAR/2.7.9a

### Paired-End Reads Example:

```bash
module load STAR/version_number

Choose a reason for hiding this comment

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

Make the use of version_number as a variable more explicit

Suggested change
module load STAR/version_number
# Replace <version_number> with the desired version, e.g., module load STAR/2.7.9a


Create a text file listing all your sample FASTQ file pairs, with one sample per line. For paired-end data, include both files separated by a space, like this:

**`samples.txt`:**

Choose a reason for hiding this comment

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

Assuming there is supposed to be a file here?

Choose a reason for hiding this comment

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

Move content from the other STAR.md to here

Choose a reason for hiding this comment

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

Move content to docs/disciplines/Bioinformatics/STAR.md and delete

Copy link

@JoshuaSiraj JoshuaSiraj left a comment

Choose a reason for hiding this comment

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

Good work! Just need some changes

@jjjermiah
Copy link
Contributor

@PeterHHer can you please review these changes

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

Successfully merging this pull request may close these issues.

Add STAR page
3 participants