Giter Site home page Giter Site logo

PIRATE.pangenome_summary.txt about pirate HOT 6 OPEN

haruosuz avatar haruosuz commented on August 12, 2024
PIRATE.pangenome_summary.txt

from pirate.

Comments (6)

SionBayliss avatar SionBayliss commented on August 12, 2024

Hi @haruosuz, that is a little odd. Typically poorly formatted GFF files are removed at the initial stage. Were your samples annotated with prokka? I would suggest you check the GFF file for removed sample to ensure it is formatted correctly and contains CDS/genes (i.e. is not empty). If it looks normal feel free to email me the and I will check to see if there is anything odd going on (perhaps include a handful of the files that worked as well as contrasts).

from pirate.

haruosuz avatar haruosuz commented on August 12, 2024

Thank you for your reply. The 322 genomes were annotated with DFAST. Among the 322 GFF files, there isn't any empty file. In the <PIRATE.gene_families.ordered.tsv> file, there are 1415 rows and 344 columns (i.e., 344 - 22 = 322 genomes). Is there any way to identify which of the 322 GFF files was excluded from the <PIRATE.pangenome_summary.txt> file? This is suggested by # 1415 gene families in 321 genomes. in the <PIRATE.pangenome_summary.txt> file.

from pirate.

SionBayliss avatar SionBayliss commented on August 12, 2024

You can check the headers in the PIRATE.gene_families.tsv file and compare them to your input sample list.

from pirate.

haruosuz avatar haruosuz commented on August 12, 2024

Thank you for your reply.

The following command did not produce any output, indicating that there is no difference between the genomes listed in the headers in the PIRATE.gene_families.tsv file and input sample list provided in the "genome_list.txt" file:

diff <(head -n 1 PIRATE.gene_families.tsv | tr "\t" "\n" | tail +21) <(cat genome_list.txt | sort)

The discrepancy in the numbers (322 vs. 321 genomes) remains unclear. Here are the commands and their outputs provided:

$ wc -l genome_list.txt
     322 genome_list.txt

$ head -n 1 PIRATE.pangenome_summary.txt
# 1415 gene families in 321 genomes.

from pirate.

SionBayliss avatar SionBayliss commented on August 12, 2024

So it found all your input genome files but is saying there is an additional one at one internal step? Are you sure you don't have a line including just whitespace in the genome_list.txt file?

from pirate.

haruosuz avatar haruosuz commented on August 12, 2024

I ran PIRATE with 322 genomes (gff files) as input. While the <PIRATE.gene_families.tsv> file contains 322 genomes, the <PIRATE.pangenome_summary.txt> file indicates only 321 genomes.

The <genome_list.txt> file, generated by PIRATE, contains no whitespace, as shown below:

$ cat genome_list.txt | wc -l
     322
$ cat genome_list.txt | grep -v "^$" | wc -l
     322

from pirate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.