We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sourmash sig extract
-
Per @luizirber,
a bit disappointed I had to use /dev/stdin instead of - in sourmash sig extract
for sig in GCF_000006945.2 GCF_000012345.1 GCF_000015665.1 GCF_000182965.3 GCF_001890705.1 GCF_002251655.1 GCF_021117135.1 do curl -L https://wort.sourmash.bio/v1/view/genomes/${sig} | \ pixi exec -s sourmash-minimal sourmash sig extract -k 21 /dev/stdin -o ${sig}.sig done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per @luizirber,
The text was updated successfully, but these errors were encountered: