Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output consolidation #30

Open
garfield39 opened this issue Oct 3, 2020 · 1 comment
Open

Output consolidation #30

garfield39 opened this issue Oct 3, 2020 · 1 comment

Comments

@garfield39
Copy link

I ran SPALN as multiple jobs and to each job, I gave genome and a chunk of protein as an input.
After a successful run, I obtained the GFF3 files for all the individual jobs.
Is there a way of consolidating the gene predictions obtained from all these individual files into a single file while processing and filtering the output?

@ogotoh
Copy link
Owner

ogotoh commented Oct 4, 2020

I don’t know how to merge existing Gff files, but spaln + sortgrcd can do an equivalent job as follows.

Run several spaln separately with –O12 option:
% spaln –Q7 –O12 –d xxx –T yyy A.faa (or A.fna)
% spaln –Q7 –O12 –d xxx –T yyy B.faa (or B.fna)

% spaln –Q7 –O12 –d xxx –T yyy Z.faa (or Z.fna)

Then,
% sortgrcd –O0 [other options] A.grd B.grd … Z.grd

The output is sorted on the chromosomal location of the predicted genes. Please refer to the document for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants