Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 5, 2021
1 parent 8ffa22f commit 625b1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ from pyrpipe.qc import Trimgalore
from pyrpipe.mapping import Star
trimgalore=qc.Trimgalore(threads=8)
star=mapping.Star(index='data/index',threads=4)
for run in ['SRR976159','SRR978411','SRR971778']:
sra.SRA(run).trim(trimgalore).align(star)
for srr in ['SRR976159','SRR978411','SRR971778']:
sra.SRA(srr).trim(trimgalore).align(star)
```


Expand Down

0 comments on commit 625b1f0

Please sign in to comment.