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
IgBLAST step should process FASTQ1, FASTQ2 and FASTQ12 in three separate jobs: process IgBlastFASTQ1 {...}, process IgBlastFASTQ2 {...}, process IgBlastFASTQ12 {...}. Each job should have label "process_low".
This improvement allows to process target seq data faster, if user have enough resources for it. Otherwise IgBLAST will work as before.
The text was updated successfully, but these errors were encountered:
IgBLAST step should process FASTQ1, FASTQ2 and FASTQ12 in three separate jobs:
process IgBlastFASTQ1 {...}
,process IgBlastFASTQ2 {...}
,process IgBlastFASTQ12 {...}
. Each job should havelabel "process_low"
.This improvement allows to process target seq data faster, if user have enough resources for it. Otherwise IgBLAST will work as before.
The text was updated successfully, but these errors were encountered: