Skip to content

Commit

Permalink
add metadata as input when samplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
daulet-a committed Aug 23, 2024
1 parent a0dc44d commit 6e8aebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zamp/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if os.path.isdir(INPUT) and METADATA:
SAMPLES.set_index("sample", inplace=True)
elif os.path.isfile(INPUT) and not METADATA:
SAMPLES = pd.read_csv(INPUT, sep="\t", index_col="sample")
METADATA = INPUT


# Add read pairing
Expand Down

0 comments on commit 6e8aebe

Please sign in to comment.