Skip to content

Commit

Permalink
feat: add decompress script and ingore uncompressed example
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Apr 10, 2021
1 parent 13298c9 commit 7fd8ea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ logs/*
benchmarks/*
results/*
.snakemake
downloads
downloads
example_data/sequences.fasta
3 changes: 3 additions & 0 deletions decompress_example.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

xz -d -c example_data/sequences.fasta.xz > example_data/sequences.fasta

0 comments on commit 7fd8ea8

Please sign in to comment.