diff --git a/.github/workflows/ncbi_all.yml b/.github/workflows/ncbi_all.yml index 6db8797..6c10278 100644 --- a/.github/workflows/ncbi_all.yml +++ b/.github/workflows/ncbi_all.yml @@ -60,7 +60,7 @@ jobs: ./datasets summary genome taxon "${{env.TAXID}}" --assembly-level chromosome,complete --annotated --as-json-lines | ./dataformat tsv genome --fields "${{env.FIELDS}}" | - tail -n +2 | head -n 10 > "${{env.NCBI_ACCESSIONS}}" + tail -n +2 > "${{env.NCBI_ACCESSIONS}}" cat "${{env.NCBI_ACCESSIONS}}"