Skip to content

Conversation

Benoitdw
Copy link

@Benoitdw Benoitdw commented Apr 8, 2024

Fixe #21

def test_write_gtf(tmp_path):
gtf_dict = read_gtf(REFSEQ_GTF_PATH)
write_gtf(gtf_dict, tmp_path/"dummy_gtf.gtf")
assert isinstance(read_gtf(str(tmp_path/"dummy_gtf.gtf")), DataFrame)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check for equality of this gtf and the original one too ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it better now ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup 👍

@gamazeps
Copy link

Looks good to me at least :)

@iskandr all good with you too ?

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

Successfully merging this pull request may close these issues.

2 participants