Posts by guidebortoli • 149 points
4 posts
-
0
votes1
answer163
viewsQ: Python Source with subprocess
I’m trying to run a command line on the terminal through a python script. The command line is as follows: vcftools --vcf <arquivo.vcf> --extract-FORMAT-info GT --out <arquivo sem…
-
1
votes1
answer1113
viewsQ: Compare all Rows and Columns of two Df, update and add differences at the end of Rows and Columns
I have two csv separated by tab. Both have the same number of Rows and Columns. The first column POS has the same Unique values in both df. Differences (or not), occur in the values (strings) of the…
-
2
votes1
answer546
viewsQ: Python Pandas: regravando pd.read_table() with original comments
I have a tab-separated file in which the first lines are comments designated with '#'. I use the following code to pull the file without the comments... The file is something like: #comentario…
-
1
votes1
answer1160
viewsQ: Find equal values between 2 columns of . csv and refresh another column X
Hello, I have two files . csv as below: .csv1 POS,ID 28000167,. 28000263,. 28000484,. 28000711,. 28000728,. 28000885,. 28089922,. 28089927,. 28090173,. 28090325,. 28090326,. 28090331,. 28090415,.…