Skip to content

Commit

Permalink
📝 incorporated some of the PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
migbro committed Mar 28, 2024
1 parent 3644424 commit 5a8fcdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/cnv_3_gistic_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ def mt_adjust_cn(obj):
data = pd.read_csv(fname, sep="\t")
except Exception as e:
print(e, file=sys.stderr)
pdb.set_trace()
hold=1
data.set_index("Hugo_Symbol")
# sample list would be cbio ids
samp_list = list(data.columns)[1:]
Expand Down
2 changes: 1 addition & 1 deletion scripts/maf_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def process_tbl(cbio_dx, file_meta_dict, print_head):
"-i", "--header", action="store", dest="header", help="File with maf header only"
)
parser.add_argument(
"-m", "--maf-dirs", action="store", dest="maf_dirs", help="csv of maf file directories"
"-m", "--maf-dirs", action="store", dest="maf_dirs", help="comma-separated list of maf file directories"
)
parser.add_argument(
"-j",
Expand Down

0 comments on commit 5a8fcdd

Please sign in to comment.