isugifNF / polishCLR

A nextflow pipeline for polishing CLR assemblies
https://isugifnf.github.io/polishCLR/
16 stars 4 forks source link

Atlas issues #26

Closed Astahlke closed 1 year ago

Astahlke commented 2 years ago

Running on atlas brings up a bunch of issues.

Traceback (most recent call last):
  File "/project/ag100pest/software/purge_dups/scripts/hist_plot.py", line 4, in <module>
    import matplotlib as mpl
    --offline \
   --download_path /project/ag100pest/busco_datasets
j23414 commented 1 year ago

Just a note that hist_plot.py is deprecated for our pipeline, but please let me know if I'm mistaken.

Good note on BUSCO, sounds like we can modify busco_params for Atlas.

--busco_params                 Parameters passed to busco [default: ' -l insecta_odb10 -m genome -f ']

Or something like:

nextflow run isugifNF/polishCLR -r main \
   --busco_params " -l insecta_odb10 -m genome -f --offline --download_path /project/ag100pest/busco_datasets" \
   # rest of the arguments . . .

which gets dropped in here:

https://github.com/isugifNF/polishCLR/blob/d1a1b9f8b08132a6f5715f774c0ddb915983bdce/modules/busco.nf#L33-L37