Mercurial > repos > edward-kirton > roche454_toolsuite
comparison roche454/runMapping_cDNA_wrapper.pl @ 1:584549c024c2 default tip
Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
| author | edward-kirton |
|---|---|
| date | Tue, 07 Jun 2011 17:23:39 -0400 |
| parents | 9e30cc10a6a3 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:9e30cc10a6a3 | 1:584549c024c2 |
|---|---|
| 7 # EXPECT 21 FILE HANDLES, SOME OF WHICH MAY BE 'None' | 7 # EXPECT 21 FILE HANDLES, SOME OF WHICH MAY BE 'None' |
| 8 my $outdir=shift @ARGV; | 8 my $outdir=shift @ARGV; |
| 9 my $alignment_info=shift @ARGV; | 9 my $alignment_info=shift @ARGV; |
| 10 my $all_contigs_fasta=shift @ARGV; | 10 my $all_contigs_fasta=shift @ARGV; |
| 11 my $all_contigs_qual=shift @ARGV; | 11 my $all_contigs_qual=shift @ARGV; |
| 12 my $all_diffs=shift @ARGV | 12 my $all_diffs=shift @ARGV; |
| 13 my $all_struct_vars=shift @ARGV | 13 my $all_struct_vars=shift @ARGV; |
| 14 my $hc_diff=shift @ARGV | 14 my $hc_diff=shift @ARGV; |
| 15 my $hc_struct_vars=shift @ARGV | 15 my $hc_struct_vars=shift @ARGV; |
| 16 my $mapping_qc=shift @ARGV | 16 my $mapping_qc=shift @ARGV; |
| 17 my $newbler_metrics=shift @ARGV; | 17 my $newbler_metrics=shift @ARGV; |
| 18 my $pair_align=shift @ARGV; | 18 my $pair_align=shift @ARGV; |
| 19 my $read_status=shift @ARGV; | 19 my $read_status=shift @ARGV; |
| 20 my $ref_status=shift @ARGV; | 20 my $ref_status=shift @ARGV; |
| 21 my $tag_pair_align=shift @ARGV; | 21 my $tag_pair_align=shift @ARGV; |
