Changes between Version 1 and Version 2 of Software/FastQc
- Timestamp:
- Mar 30, 2012, 3:25:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/FastQc
v1 v2 9 9 To run this package, just follow the instructions in the documentation. 10 10 11 Sample usage through qsub: 12 ```qsub -l h_rt=2:0:0,h_vmem=1G -cwd <<< 'fastqc my_sequences.fq.gz' ```