We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe44423 commit c7685adCopy full SHA for c7685ad
SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/VariantProcessingRemoteMergeTask.java
@@ -205,10 +205,10 @@ else if (!vcf.exists())
205
206
ReferenceGenome genome = getPipelineJob().getSequenceSupport().getCachedGenome(genomeIds.iterator().next());
207
208
- String basename = SequenceAnalysisService.get().getUnzippedBaseName(toConcat.get(0).getName());
209
File combined = null;
210
if (!toConcat.isEmpty())
211
{
+ String basename = SequenceAnalysisService.get().getUnzippedBaseName(toConcat.get(0).getName());
212
combined = new File(getPipelineJob().getAnalysisDirectory(), basename + ".vcf.gz");
213
File combinedIdx = new File(combined.getPath() + ".tbi");
214
if (combinedIdx.exists())
0 commit comments