Skip to content

Time limit in a supercomputer #166

Discussion options

You must be logged in to vote

Hi,

HybPiper can be restarted from one of four stages using the --start_from flag in hybpiper assemble :

[--start_from {map_reads,distribute_reads,assemble_reads,extract_contigs}]

To determine where HybPiper stopped, check the log file inside the HybPiper output directory. You should also use force_overwrite to ensure any files that were open when the HPCC killed the job are overwritten. I would recommend starting with the stage it failed on - for example if the run failed during the Spades assembly stage (most likely, since it's the step that takes the longest), you should re-run that sample with:

hybpiper assemble [.... other parameters here...] --start_from assemble_reads --force_over…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@metxeberria-aranzadi
Comment options

Answer selected by metxeberria-aranzadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants