mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Make fasta tarball conversion work on Cygwin
This commit is contained in:
parent
7065e22ab3
commit
9f940778e4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ FASTANAME=$(basename -s .fastas.tar "$FASTAFILE")
|
||||||
mkdir "$FASTANAME"
|
mkdir "$FASTANAME"
|
||||||
|
|
||||||
# Untar the tarball
|
# Untar the tarball
|
||||||
tar -xf "$FASTAFILE" -C "$FASTANAME"
|
tar -xf "$FASTAFILE" -C "$FASTANAME" --force-local
|
||||||
|
|
||||||
# Smash all of the FASTAs together into a single file
|
# Smash all of the FASTAs together into a single file
|
||||||
cat "$FASTANAME"/*.fasta > "$FASTANAME"/"$FASTANAME".fasta
|
cat "$FASTANAME"/*.fasta > "$FASTANAME"/"$FASTANAME".fasta
|
||||||
|
|
Loading…
Reference in a new issue