Skip to content

Commit

Permalink
fix intermediate dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanKanninga committed Dec 18, 2015
1 parent e2e4227 commit 4f48fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute5/NGS_Demultiplex/parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runDir,${workDir}/runs/${runID}_${sequencer}/
runJobsDir,${runDir}/jobs/
runResultsDir,${runDir}/results/
prepKitsDir,${dataDir}/Prepkits/
intermediateDir,${workDir}/tmp/${runID}/
intermediateDir,${workDir}/tmp/${runID}_${sequencer}/

bcl2fastqDir,${nextSeqRunDataDir}/${project}
sampleSheet,${workDir}/generatedscripts/${runID}_${sequencer}/${runID}_${sequencer}.csv
Expand Down

0 comments on commit 4f48fb8

Please sign in to comment.