Skip to content

Commit

Permalink
completed HPC section
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Jan 20, 2025
1 parent e549397 commit 082227f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pangenes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,8 @@ As get_pangenes.pl includes 3 other scripts, logs are split in independent files

The main log of get_pangenes.pl might contain error messages such as:

* INFO: no cluster config file; see section [Runmodes and HPC configuration](#runmodes-and-hpc-configuration)

* EXIT, folder_pangenes/_oryza_sativa_arc.oryza_sativa_chaomeo.algMmap.overlap0.5.patch.tsv does not exist, WGA might have failed or hard drive is still writing it (please re-run). This can happen in HPC cluster jobs due to drive latency issues. The fix is to open the relevant specific log (_collinear_genes.pl in this case) and look for the failing command, which in this example looks like:

plant-scripts/pangenes/_collinear_genes.pl -sp1 oryza_sativa_arc -fa1 folder_pangenes/_oryza_sativa_arc.fna -gf1 folder_pangenes/_oryza_sativa_arc.patched.gff -sp2 oryza_sativa_chaomeo -fa2 folder_pangenes/_oryza_sativa_chaomeo.fna -gf2 folder_pangenes/_oryza_sativa_chaomeo.patched.gff -out folder_pangenes/_oryza_sativa_arc.oryza_sativa_chaomeo.algMmap.overlap0.5.patch.tsv -p 1 -a 1 -ovl 0.5 -q 50 -wf 0 -gs 0 -A -c 0 -s '' -M plant-scripts/pangenes/../lib/minimap2/minimap2 -W plant-scripts/pangenes/bin/wfmash/build/bin/wfmash -G ./ -B bedtools -T folder_pangenes/tmp/ -t 4 -i 0 -r 1 -H 0
Expand Down

0 comments on commit 082227f

Please sign in to comment.