Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix fastq path
  • Loading branch information
MPIBR-tushevg committed Feb 5, 2019
1 parent d05a170 commit 1b1d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchAlignment.pl
Expand Up @@ -102,7 +102,7 @@ ($$$$$)

foreach my $tag (sort keys %{$batch_job->{"file"}{"fastq"}})
{
my $file_fastq = $batch_job->{"path"}{"fastq"} . "/" . $batch_job->{"file"}{"fastq"}{$tag};
my $file_fastq = $batch_job->{"file"}{"fastq"}{$tag};
my $file_bam = $batch_job->{"path"}{"bam"} . "/" . $batch_job->{"file"}{"bam"}{$tag};
my $file_log = $batch_job->{"path"}{"log"} . "/" . $batch_job->{"file"}{"log"}{$tag};
print "echo $tag\n";
Expand Down

0 comments on commit 1b1d096

Please sign in to comment.