@@ -419,6 +419,9 @@ public AlignmentStep.AlignmentOutput performAlignment(Readset rs, List<File> inp
419419 getPipelineCtx ().getLogger ().warn ("Unable to find folder: " + directory .getPath ());
420420 }
421421
422+ output .addIntermediateFile (new File (outdir , "vdj_reference" ));
423+ output .addIntermediateFile (new File (outdir , "multi" ));
424+
422425 try
423426 {
424427 File outputHtml = new File (outdir , "per_sample_outs/" + id + "/web_summary.html" );
@@ -517,6 +520,19 @@ else if (isPrimaryDir)
517520 output .addSequenceOutput (outputVloupe , rs .getName () + " 10x VLoupe" , "10x VLoupe" , rs .getRowId (), null , referenceGenome .getGenomeId (), versionString );
518521 }
519522
523+ output .addIntermediateFile (new File (sampleDir , "airr_rearrangement.tsv" ));
524+ output .addIntermediateFile (new File (sampleDir , "all_contig_annotations.bed" ));
525+ output .addIntermediateFile (new File (sampleDir , "all_contig_annotations.json" ));
526+ output .addIntermediateFile (new File (sampleDir , "cell_barcodes.json" ));
527+ output .addIntermediateFile (new File (sampleDir , "concat_ref.bam" ));
528+ output .addIntermediateFile (new File (sampleDir , "concat_ref.bam.bai" ));
529+ output .addIntermediateFile (new File (sampleDir , "concat_ref.fasta" ));
530+ output .addIntermediateFile (new File (sampleDir , "concat_ref.fasta.fai" ));
531+ output .addIntermediateFile (new File (sampleDir , "consensus.bam" ));
532+ output .addIntermediateFile (new File (sampleDir , "consensus.bam.bai" ));
533+ output .addIntermediateFile (new File (sampleDir , "donor_regions.fa" ));
534+ output .addIntermediateFile (new File (sampleDir , "vdj_contig_info.pb" ));
535+
520536 return csv ;
521537 }
522538
0 commit comments