Skip to content
Snippets Groups Projects

Draft: Count gene

Closed Michele Garioni requested to merge count_gene into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
import pytest
import pytest
import pandas as pd
import pandas as pd
from src.sampleinput import sample_from_input
from src.sample_from_input import sample_from_input
def test_sampleinput(tmpdir):
def test_sampleinput(tmpdir):
Loading