You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I discovered a wonderful bug. If you make a TRUST4 call with the --UMI specified before the --barcode as in the example below, the annotatorArgs in run-trust4 becomes --UMI--barcode because line 195 of run-trust4: $annotatorArgs .= "--barcode" ; is missing a space before the --barcode. This causes the program to quit with the error /usr/local/bin/TRUST4/annotator: unrecognized option '--UMI--barcode'.
Thank you for reporting this issue! It is a bug in the run-trust4 wrapper where I forgot to add the space before --barcode for annotator. I just pushed the fix to the repo, and it should be fine now. Since you only need to rerun from the annotation stage with the new code, you can add the option "--stage 2" to skip running the first few stages in TRUST4.
Hi! I discovered a wonderful bug. If you make a TRUST4 call with the
--UMI
specified before the--barcode
as in the example below, theannotatorArgs
inrun-trust4
becomes--UMI--barcode
because line 195 ofrun-trust4
:$annotatorArgs .= "--barcode" ;
is missing a space before the--barcode
. This causes the program to quit with the error/usr/local/bin/TRUST4/annotator: unrecognized option '--UMI--barcode'
.Example script that generates the error:
The text was updated successfully, but these errors were encountered: