Skip to content

Commit

Permalink
fix: using mane tx list in phase 2 as well (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 24, 2023
1 parent b28a2e9 commit 34eeefc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pass-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ set -x
mkdir -p $DATA_DIR/pass-2

mehari db create \
$(if [[ "$RELEASE" == grch37 ]]; then \
echo --path-mane-txs-tsv $DATA_DIR/tmp/mane-txs.tsv; \
fi) \
--path-out $DATA_DIR/pass-2/txs.bin.zst \
--path-seqrepo-instance $DATA_DIR/seqrepo/master \
--path-cdot-json $DATA_DIR/tmp/$GENOME_RELEASE/$CDOT_FILENAME \
Expand Down

0 comments on commit 34eeefc

Please sign in to comment.