ChristopherBarrington / scamp

single cell analysis and more pipeline
https://christopherbarrington.github.io/scamp/
0 stars 0 forks source link

helper script to take a guess at the parameters file #45

Closed ChristopherBarrington closed 1 year ago

ChristopherBarrington commented 1 year ago
ChristopherBarrington commented 1 year ago
import argparse
import csv
import re
from ruamel.yaml import YAML
import glob, os.path, sys
import pandas as pd
conda create --name scamp --no-channel-priority  nextflow python openjdk=20
pip install pandas ruamel.yaml