Giter Club home page Giter Club logo

flu_classification_suite's People

Contributors

dfornika avatar didigsdna avatar ltindale avatar wwhsiao avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

didigsdna

flu_classification_suite's Issues

Bio.Alphabet has been removed from Biopython

Hi!
I'm trying to use the assign_clade tool for command line version. I've installed conda and created the biopython environment as instructed by the READ.me file.
However, when I try to test the tools the script throw an error: Bio.Alphabet has been removed from Biopython.
As suggested by the error I remove the Alphabet from import, removed IUPAC element from declaration and also from a line were it loads the sequence. With this modification the script runs and produced the expected output.

here is the diff between your original file and the modified (working one)

`14c14
< from Bio import Seq, SeqIO, SeqUtils, Alphabet, SeqRecord

from Bio import Seq, SeqIO, SeqUtils, SeqRecord
16c16
< from Bio.Alphabet import IUPAC


#from Bio.Alphabet import IUPAC
100c100
< for record in SeqIO.parse(inFile, "fasta", alphabet=IUPAC.protein):


for record in SeqIO.parse(inFile, "fasta"):`

I'm sure this issue is present in other scripts but I don't needed it so I don't tested it.

I'm Sorry but my English is not the best. I hope you can understand the issue and the solution. Thanks in advance.

Regards!

Andrés

fasta deflines with commas (",") not renamed

Fasta sequence names containing commas are not being renamed. Likely due to old_name field being split at , and no longer matching the respective fasta definition line. The result is that the fasta sequence doesn't get renamed.

Create 'repository_dependencies.xml' files for 2 workflows.

flu_classification_suite/workflows/assign_clades_and_extract_antigenic_maps has a file called repository_dependencies.xml file but the corresponding folders in assign_clades_extract_antigenic_sites_output_to_line_list and assign_clades_extract_antigenic_sites_output_to_aggregated_line_list don't so it needs to be added.
I will assign it to myself and do it.

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.