Skip to content
Snippets Groups Projects
Commit cec3f53b authored by Andrey Aristov's avatar Andrey Aristov
Browse files

check sizes

parents
No related branches found
No related tags found
No related merge requests found
rule get_sizes_nd2:
input:
"{file}.nd2"
output:
"{file}-sizes.txt"
shell:
"python -c 'import nd2; print(nd2.ND2File({input}).sizes)' > {output}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment