Skip to content

Commit

Permalink
Update options description
Browse files Browse the repository at this point in the history
  • Loading branch information
petervangalen committed Apr 26, 2022
1 parent 36b69ba commit 0044d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/wat3r
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Help()
echo " -d working directory for analysis"
echo " -c skip barcode correction"
echo " -u skip UMI correction"
echo " -B cell barcode length (default is 16) barcode must be placed previous to UMI"
echo " -U UMI length (default is 12) UMI must be placed after barcode"
echo " -B cell barcode length (default is 16) barcode must be placed before UMI"
echo " -U UMI length (default is 12) UMI must be placed after barcode"
echo " -l optional txt.gz list of allowed barcodes for correction (default is 10x 3' v3 list)"
echo " -q quality score threshold (default is 25)"
echo " -i cluster identity threshold (default is 0.9)"
echo " -e max error for consensus (default is 0.5)"
echo " -g max gap for consensus (default is 0.5)"
echo " -o organism (default is human)"
echo " -o organism (default is human, other options: mouse, rhesus_monkey)"
echo " -p number of processors"

}
Expand Down

0 comments on commit 0044d76

Please sign in to comment.