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
In the DNASeq, RNASeq, RNAseq-Res, and FGFR pipelines, there is a failsafe. All the commands are chained together (using "&& \"). Therefore, if one command fails, the rest of the batch file stops executing. Maybe have something similar in your batch files? What to do if a batch file fails?
The text was updated successfully, but these errors were encountered:
In the DNASeq, RNASeq, RNAseq-Res, and FGFR pipelines, there is a failsafe. All the commands are chained together (using "&& \"). Therefore, if one command fails, the rest of the batch file stops executing. Maybe have something similar in your batch files? What to do if a batch file fails?
The text was updated successfully, but these errors were encountered: