ZealousGeneticist / cartogene

A Python program for taking chemicals and finding the genes they interact with and the mechanisms of interaction.
GNU General Public License v3.0
2 stars 0 forks source link

Output file name minor fix. #19

Open feltus opened 1 year ago

feltus commented 1 year ago

Hi Luke.

When I run cartogene like ths:

python cartogene/cartogene_standalone.py -i BLEND001.txt -o BLEND001.ctd -c BLEND001_GRAPH.tsv

I get these output files: BLEND001.ctd BLEND001_GRAPH.tsv_chemical-protein.tsv

The -o output file is great but the -c file has an extra string ' _chemical-protein.tsv'.

Can you remove that string?