Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated docs (added command for new helper script)
  • Loading branch information
proost committed Jul 26, 2017
1 parent c199951 commit 45127fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/helper.md
Expand Up @@ -37,12 +37,13 @@ Script to remove splice variants from a GFF3 file, the longest one is retained.

## Quality control

### htseq_count_stats.py and tophat_stats.py
### htseq_count_stats.py, hisat2_stats.py and tophat_stats.py

These scripts will extract the statistics used to assess the quality of samples.

python3 htseq_count_stats.py ./path/to/htseq/files > output.txt
python3 tophat_stats.py ./path/to/tophat/output > output.txt
python3 hisat2_stats.py ./path/to/hisat2/output > output.txt

## Plots and Graphs

Expand Down

0 comments on commit 45127fa

Please sign in to comment.