Arichard:Computational/fastq2CNV.pl: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 September 2013

  • curprev 17:5417:54, 10 September 2013>Andrew 4,378 bytes +4,378 Created page with "#!/usr/bin/perl -w use strict; my $system; my $project_info_file = $ARGV[0]; my $aln_core = 8; open(INFILE, "$project_info_file")||die("Error in opening file $project_info_fi..."