Closed turbomam closed 8 months ago
This shouldn't be as much of a problem now since it's easy to work with small chunks and/or a low total number of BioSamples.
sed -n -e :a -e '1,2!{P;N;D;};N;ba' \ shared-xq/non-attribute-metadata-file.tsv > \ shared-xq/non-attribute-metadata-file-minus_two_lines.tsv
This shouldn't be as much of a problem now since it's easy to work with small chunks and/or a low total number of BioSamples.