Skip to content

Commit

Permalink
Added author and license information to all bin scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
FloWuenne committed Feb 20, 2025
1 parent 010a912 commit 0dbd86b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/apply_clahe.dask.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license.
from __future__ import print_function, division
from distutils.log import error
import time
Expand Down
4 changes: 2 additions & 2 deletions bin/collect_QC.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python

#### Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license.
#### This script takes regionprops_tabe output from mcquant and the raw spot tables from Resolve bioscience as input
#### and calculates some QC metrics for masks and spot assignments
### If png files are provided, it combines them into one
#### If png files are provided, it combines them into one

import argparse
import pandas as pd
Expand Down
1 change: 1 addition & 0 deletions bin/create_anndata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license.
import pandas as pd
import numpy as np
from anndata import AnnData
Expand Down
1 change: 1 addition & 0 deletions bin/crop_hdf5.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license
import tifffile
import numpy as np
import h5py
Expand Down
1 change: 1 addition & 0 deletions bin/crop_tiff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license
import ast
import tifffile as tiff
import os
Expand Down
1 change: 1 addition & 0 deletions bin/maskfilter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license
import time
import argparse
from argparse import ArgumentParser as AP
Expand Down
1 change: 1 addition & 0 deletions bin/spot2cell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license

## Import packages
import pandas as pd
Expand Down
1 change: 1 addition & 0 deletions bin/stack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
## Written by Kresimir Bestak and Florian Wuennemann and released under the MIT license
import numpy as np
import argparse
import tifffile
Expand Down

0 comments on commit 0dbd86b

Please sign in to comment.