Skip to content

Commit

Permalink
fix: change the seq_id in the output gff to match the input samplename
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker committed Nov 23, 2022
1 parent 454f27c commit 37b7d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ dmypy.json

# IDE
.vscode/
test*
notes.txt

#additional
Expand Down
1 change: 1 addition & 0 deletions TrueConsense/TrueConsense.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def main():
indexDict = IndexDF.to_dict("index")
GffHeader = IndexGff.header
GffDF = IndexGff.df
GffDF["seq_id"] = args.samplename
GffDict = GffDF.to_dict("index")

with cf.ThreadPoolExecutor(max_workers=args.threads) as xc:
Expand Down

0 comments on commit 37b7d9e

Please sign in to comment.