Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

check:
name: "Cargo check"
Expand Down
4 changes: 4 additions & 0 deletions debug.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
>SUPER_1
SCAFFOLD_1 -- 1 -- 9
>SUPER_2
SCAFFOLD_3 -- 1 -- 5
4 changes: 4 additions & 0 deletions output.fa
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
>SUPER_1
GGCATGCAT
>SUPER_2
AGTGT
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pub mod tpf_fasta;
pub use tpf_fasta::*;
pub mod yaml_validator;
pub use yaml_validator::*;
mod generics;
pub use generics::*;
Loading