Skip to content

Commit

Permalink
pass --expectTranscriptome to pufferfish indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Aug 26, 2020
1 parent 61f3cbd commit 668f6a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/BuildSalmonIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ Creates a salmon index.
}

if (featuresRef) { idxOpt.featuresRef = true; }

// by default we expect to be indexing transcriptome references
// so set the expect_transcriptome flag
idxOpt.expect_transcriptome = true;

sidx.reset(new SalmonIndex(jointLog, SalmonIndexType::PUFF));
} else {
jointLog->error("This version of salmon does not support FMD or "
Expand Down

0 comments on commit 668f6a5

Please sign in to comment.