Skip to content

Commit 8ad5f3c

Browse files
committed
Add stubs of various files for MCC
1 parent bc365c8 commit 8ad5f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/AppendCiteSeq.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected Map<Integer, File> prepareCountData(SingleCellOutput output, SequenceO
121121

122122
try
123123
{
124-
FileUtils.copyFile(validAdt, getAdtMetadata(finalOutput));
124+
FileUtils.copyFile(validAdt, getAdtMetadata(finalOutput.getParentFile()));
125125
}
126126
catch (IOException e)
127127
{

0 commit comments

Comments
 (0)