-
Notifications
You must be signed in to change notification settings - Fork 0
/
velveth.sh
9 lines (5 loc) · 887 Bytes
/
velveth.sh
1
2
3
4
5
6
7
8
9
#! /bin/sh
for SAMPLEID in 22260 22261 22262 22263 22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275 22276 22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 22293 22294 22295 22296 22297 22298 22299 22300 22301 22302 22303 22304 22305 22306 22307 22308 22309 22310 22311 22312 22313 22314 22315 22316 22317 22318 22319 22320 22321 22322 22323 22324 22325 22326 22327 22328 22329 22330 22331 22332 22333 22334 22335 22336 22337 22338 22339 22340 22341 22342 22343 22344 22345 22346 22347 22348 22349 22350 22351 22352 22353 22354 22355
do
/usr/local/velvet_1.2.10/velveth $SAMPLEID 51,115,20 -shortPaired1 -fastq.gz -separate $SAMPLEID.notCombined_1.fastq.gz $SAMPLEID.notCombined_2.fastq.gz -short $SAMPLEID/corrected/$SAMPLEID\_trimmed.00.0_0.cor.fastq.gz -long $SAMPLEID.extendedFrags.fastq.gz -create_binary
done