Skip to content

Commit

Permalink
nrf.py is now _nrf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jul 6, 2021
1 parent 908f59e commit e854aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion workflow/scripts/ccbr_bam2nrf.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EOF
{
preseq lc_extrap -B -D -o $PRESEQ $BAM -seed 12345 -v -l 100000000000 2> $PRESEQLOG
{
python ${SCRIPTSFOLDER}/nrf.py $PRESEQLOG > $NRF
python ${SCRIPTSFOLDER}/_nrf.py $PRESEQLOG > $NRF
} || {
echo "Preseq Failed!" > $NRF
}
Expand Down

0 comments on commit e854aa5

Please sign in to comment.