comparison prepare_pe_reads_for_velvet_fasta.sh @ 0:4d237a31970b default tip

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author konradpaszkiewicz
date Tue, 07 Jun 2011 17:42:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4d237a31970b
1 #!/bin/bash
2 ##<fastq1 in> <fastq1 out> <fastq2 in> <fastq2 out> <singletons reads out> <pe reads output>
3 ## $5 and $6 are outputs
4 perl /usr/local/velvet/contrib/select_paired/select_paired.pl $1 $2 $3 $4 $5
5 perl /usr/local/velvet/shuffleSequences_fasta.pl $2 $4 $6
6 rm -f $2
7 rm -f $4