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

changed variable name filepath to file_path in README.rst #3

Merged
merged 3 commits into from
Jan 21, 2024

Conversation

Atishaysjain
Copy link

In readme file the variable file_path is defined as:

file_path = './snap_gene_file.dna'

But while passing that variable as an argument into the function snapgene_file_to_dict and snapgene_file_to_seqrecord it is misnamed as filepath:

dictionnary = snapgene_file_to_dict(filepath)
seqrecord = snapgene_file_to_seqrecord(filepath)

Thus the above two lines have been updated to:

dictionnary = snapgene_file_to_dict(file_path)
seqrecord = snapgene_file_to_seqrecord(file_path)

@veghp veghp changed the base branch from master to dev January 21, 2024 19:31
@veghp veghp merged commit dbebe6e into Edinburgh-Genome-Foundry:dev Jan 21, 2024
@veghp
Copy link
Member

veghp commented Jan 21, 2024

Thank you. This will be part of the next release.

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