SionBayliss / PIRATE

A toolbox for pangenome analysis and threshold evaluation.
GNU General Public License v3.0
89 stars 29 forks source link

most output files missing #31

Closed samlipworth closed 4 years ago

samlipworth commented 4 years ago

Hi Sion,

I have tried running PIRATE and it seems to have worked (in the log file there are no obvious errors) but then most of the output files you describe do not appear. Any idea why?

Cheers.

` - WARNING: R not found in system path, cannot use -r command.


PIRATE input options:


Standardising and checking input files:



Extracting pangenome sequences:


Constructing pangenome sequences:


Options:



Parsing pangenome files:

Processing 50% - 10689 paralogous gene clusters. Processing 60% - 11560 paralogous gene clusters. Processing 70% - 12329 paralogous gene clusters. Processing 80% - 13154 paralogous gene clusters. Processing 90% - 14112 paralogous gene clusters. Processing 95% - 14136 paralogous gene clusters. Processing 98% - 12281 paralogous gene clusters.

10689 paralog containing gene clusters detected. 4713 genomes processed.


Classifing paralogous clusters:

Options:


The only files this gives me is PIRATE.log
./co-ords/
genome_list.txt
loci_list.tab
pan_sequences.fasta
pangenome_log.txt
paralog_working
cluster_alleles.tab
genome2loci.tab
./genome_multifastas/
./modified_gffs/
./pangenome_iterations/
paralog_clusters.tab

SionBayliss commented 4 years ago

Hi @samlipworth

PIRATE runs some other scripts after those have completed. Was there are error messages printed to STDOUT? How did you install it and is it up to date with the most recent commits to master (--version). Could you run PIRATE again and provide it with a different output directory from your input directory? If this doesn't resolve your issue I am happy to run in on your GFFs and see if I can identify the issue.

S

samlipworth commented 4 years ago

Thanks yes will do

samlipworth commented 4 years ago

@SionBayliss thanks again for responding - this was my fault.. the cluster kicked my job off before it had finnised (didn't request enough time) I just hadn't appreciated that from the output. All running fine now and have all the output.

SionBayliss commented 4 years ago

@samlipworth Great!