We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dd491 commit 553f16dCopy full SHA for 553f16d
1 file changed
src-executables/vcf2eigenstrat.hs
@@ -102,6 +102,6 @@ runSimple :: (MonadIO m) => Producer VCFentry m r -> Producer FreqSumEntry m r
102
runSimple vcfBody = for vcfBody $ \e -> do
103
case vcfToFreqSumEntry e of
104
Right e' -> do
105
- liftIO . B.putStr . freqSumEntryToText $ e'
+ --liftIO . B.putStr . freqSumEntryToText $ e'
106
yield e'
107
Left err -> (liftIO . throwIO) (AssertionFailed err)
0 commit comments