mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 13:58:12 +08:00
remove extra file
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
# My first script
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
echo "input file is: "$1
|
||||
echo $1" | paste - - | sort -k1,1 -t \" \" | tr \"\t\" \"\n\" > sort_"$1
|
||||
cat $1 | paste - - | sort -k1,1 -t " " | tr "\t" "\n" > sort_$1
|
||||
else
|
||||
echo "./sort_fasta.sh file_name"
|
||||
fi
|
||||
Reference in New Issue
Block a user